|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InhabitantParser | |
|---|---|
| com.sun.enterprise.module | |
| com.sun.enterprise.module.common_impl | |
| org.glassfish.hk2.inhabitants | |
| Uses of InhabitantParser in com.sun.enterprise.module |
|---|
| Methods in com.sun.enterprise.module that return types with arguments of type InhabitantParser | |
|---|---|
Iterable<InhabitantParser> |
InhabitantsDescriptor.createScanner()
Creates an InhabitantsScanner instance capable of returning the
metadata for all inhabitant. |
| Uses of InhabitantParser in com.sun.enterprise.module.common_impl |
|---|
| Methods in com.sun.enterprise.module.common_impl that return types with arguments of type InhabitantParser | |
|---|---|
Iterable<InhabitantParser> |
ByteArrayInhabitantsDescriptor.createScanner()
|
| Uses of InhabitantParser in org.glassfish.hk2.inhabitants |
|---|
| Classes in org.glassfish.hk2.inhabitants that implement InhabitantParser | |
|---|---|
class |
InhabitantFileBasedParser
InhabitantParser implementation based on the inhabitant
file format. |
| Methods in org.glassfish.hk2.inhabitants that return types with arguments of type InhabitantParser | |
|---|---|
Iterator<InhabitantParser> |
InhabitantsScanner.iterator()
|
Iterator<InhabitantParser> |
InhabitantIntrospectionScanner.iterator()
|
| Methods in org.glassfish.hk2.inhabitants 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 org.glassfish.hk2.inhabitants with type arguments of type InhabitantParser | |
|---|---|
void |
InhabitantsParser.parse(Iterable<InhabitantParser> scanner,
HK2Loader classLoader)
Parses the inhabitants file (which is represented by InhabitantsScanner). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||