Uses of Interface
com.sun.hk2.component.InhabitantParser

Packages that use InhabitantParser
com.sun.hk2.component Dependency injection implementation for HK2. 
 

Uses of InhabitantParser in com.sun.hk2.component
 

Classes in com.sun.hk2.component that implement InhabitantParser
 class InhabitantFileBasedParser
          InhabitantParser implementation based on the inhabitant file format.
 

Methods in com.sun.hk2.component that return types with arguments of type InhabitantParser
 Iterator<InhabitantParser> InhabitantsScanner.iterator()
           
 Iterator<InhabitantParser> InhabitantIntrospectionScanner.iterator()
           
 

Methods in com.sun.hk2.component with parameters of type InhabitantParser
protected  void InhabitantsParser.add(Inhabitant<?> i, InhabitantParser parser)
          Adds the given inhabitant to the habitat, with all its indices.
protected  boolean InhabitantsParser.isFilteredInhabitant(InhabitantParser inhabitantParser)
          Returns true if this inhabitant should be ignored.
 

Method parameters in com.sun.hk2.component with type arguments of type InhabitantParser
 void InhabitantsParser.parse(Iterable<InhabitantParser> scanner, Holder<ClassLoader> classLoader)
          Parses the inhabitants file (which is represented by InhabitantsScanner).
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.