Uses of Class
org.jvnet.hk2.component.Habitat

Packages that use Habitat
org.glassfish.examples.ctm   
org.jvnet.hk2.component   
org.jvnet.hk2.component.classmodel   
org.jvnet.hk2.config   
org.jvnet.hk2.config.provider.internal   
 

Uses of Habitat in org.glassfish.examples.ctm
 

Fields in org.glassfish.examples.ctm declared as Habitat
protected  Habitat EnvironmentXml.habitat
           
 

Uses of Habitat in org.jvnet.hk2.component
 

Methods in org.jvnet.hk2.component with parameters of type Habitat
static
<T> Inhabitant<T>
Inhabitants.create(Class<T> c, Habitat habitat, Map<String,List<String>> metadata)
          Deprecated. Use Inhabitants instead.
 boolean HabitatListener.inhabitantChanged(HabitatListener.EventType eventType, Habitat habitat, Inhabitant<?> inhabitant)
          Deprecated. Called when the habitat has changed.
 boolean HabitatListener.inhabitantIndexChanged(HabitatListener.EventType eventType, Habitat habitat, Inhabitant<?> inhabitant, String index, String name, Object service)
          Deprecated. Called when the habitat index has changed.
 void InhabitantTracker.Callback.updated(InhabitantTracker t, Habitat h, boolean initial)
          Called when there is a modification to the set of inhabitants of some kind.
 

Constructors in org.jvnet.hk2.component with parameters of type Habitat
Habitat(Habitat parent, String name)
          Deprecated.  
 

Uses of Habitat in org.jvnet.hk2.component.classmodel
 

Methods in org.jvnet.hk2.component.classmodel with parameters of type Habitat
static ClassPath ClassPath.create(Habitat h, boolean allowTestClassPath)
          Deprecated. Creates a ClassPathHelper instance.
static ClassPath ClassPath.create(Habitat h, Collection<File> classPath)
          Deprecated.  
static InhabitantsParsingContextGenerator InhabitantsParsingContextGenerator.create(Habitat h, ExecutorService es, ClassPath inhabitantsClassPath, FileFilter inhabitantsClassPathFilter)
          Deprecated. Factory for the InhabitantsParsingContextGenerator
static InhabitantsFeed InhabitantsFeed.create(Habitat h, InhabitantsParser ip)
          Deprecated. Creates an InhabitantsHabitatFeed.
static ClassPath ClassPath.create(Habitat h, String classPath)
          Deprecated.  
 

Uses of Habitat in org.jvnet.hk2.config
 

Fields in org.jvnet.hk2.config declared as Habitat
protected  Habitat ConfigParser.habitat
          This is where we put parsed inhabitants into.
 

Methods in org.jvnet.hk2.config that return Habitat
 Habitat Dom.getHabitat()
           
 

Methods in org.jvnet.hk2.config with parameters of type Habitat
 Dom DomDecorator.decorate(Habitat habitat, DomDocument document, T parent, ConfigModel model, XMLStreamReader in)
           
 Dom DomDocument.make(Habitat habitat, XMLStreamReader in, T parent, ConfigModel model)
           
 

Constructors in org.jvnet.hk2.config with parameters of type Habitat
ConfigBean(Habitat habitat, DomDocument document, ConfigBean parent, ConfigModel model, XMLStreamReader in)
           
ConfigParser(Habitat habitat)
           
Dom(Habitat habitat, DomDocument document, Dom parent, ConfigModel model)
           
Dom(Habitat habitat, DomDocument document, Dom parent, ConfigModel model, XMLStreamReader in)
           
DomDocument(Habitat habitat)
           
 

Uses of Habitat in org.jvnet.hk2.config.provider.internal
 

Constructors in org.jvnet.hk2.config.provider.internal with parameters of type Habitat
ConfigInhabitantProvider(Habitat h)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.