|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.hk2.component.classmodel.InhabitantsFeed
@Deprecated public abstract class InhabitantsFeed
Responsible for feeding inhabitants into a habitat, thru the
provided InhabitantsParser
.
Constructor Summary | |
---|---|
protected |
InhabitantsFeed(InhabitantsParser ip)
Deprecated. |
Method Summary | |
---|---|
static InhabitantsFeed |
create(Habitat h,
InhabitantsParser ip)
Deprecated. Creates an InhabitantsHabitatFeed. |
protected Collection<IntrospectionScanner> |
getIntrospectionScanners()
Deprecated. |
void |
populate(InhabitantsParsingContextGenerator ipcgen)
Deprecated. |
void |
setClassLoaderContext(ClassLoader cl)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected InhabitantsFeed(InhabitantsParser ip)
Method Detail |
---|
public static InhabitantsFeed create(Habitat h, InhabitantsParser ip)
h
- reserved for future useip
- the inhabitants parser sync target
public void setClassLoaderContext(ClassLoader cl)
public void populate(InhabitantsParsingContextGenerator ipcgen)
protected Collection<IntrospectionScanner> getIntrospectionScanners()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |