Uses of Class
com.sun.hk2.component.InhabitantsParser

Packages that use InhabitantsParser
com.sun.hk2.component Dependency injection implementation for HK2. 
org.jvnet.hk2.component Primary API surface of HK2. Start with Habitat
org.jvnet.hk2.component.classmodel   
org.jvnet.hk2.junit   
 

Uses of InhabitantsParser in com.sun.hk2.component
 

Methods in com.sun.hk2.component with parameters of type InhabitantsParser
 void InhabitantsParserDecorator.decorate(InhabitantsParser parser)
          Decorate the passed instance
 

Uses of InhabitantsParser in org.jvnet.hk2.component
 

Methods in org.jvnet.hk2.component that return InhabitantsParser
 InhabitantsParser InhabitantsParserFactory.createInhabitantsParser(Habitat habitat)
           
 

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

Methods in org.jvnet.hk2.component.classmodel with parameters of type InhabitantsParser
static InhabitantsFeed InhabitantsFeed.create(Habitat h, InhabitantsParser ip)
          Creates an InhabitantsHabitatFeed.
 

Constructors in org.jvnet.hk2.component.classmodel with parameters of type InhabitantsParser
InhabitantsFeed(InhabitantsParser ip)
           
 

Uses of InhabitantsParser in org.jvnet.hk2.junit
 

Methods in org.jvnet.hk2.junit that return InhabitantsParser
 InhabitantsParser Hk2TestServices.createInhabitantsParser(Habitat h)
           
 

Methods in org.jvnet.hk2.junit with parameters of type InhabitantsParser
protected  void Hk2TestServices.populateHabitat(Habitat habitat, InhabitantsParser ip)
           
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.