org.jvnet.hk2.component.classmodel
Class InhabitantsFeed
java.lang.Object
org.jvnet.hk2.component.classmodel.InhabitantsFeed
public abstract class InhabitantsFeed
- extends Object
Responsible for feeding inhabitants into a habitat, thru the
provided InhabitantsParser.
- Author:
- Jerome Dochez, Jeff Trent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InhabitantsFeed
protected InhabitantsFeed(InhabitantsParser ip)
create
public static InhabitantsFeed create(Habitat h,
InhabitantsParser ip)
- Creates an InhabitantsHabitatFeed.
- Parameters:
h - reserved for future useip - the inhabitants parser sync target
- Returns:
- the InhabitantsHabitatFeed
setClassLoaderContext
public void setClassLoaderContext(ClassLoader cl)
populate
public void populate(InhabitantsParsingContextGenerator ipcgen)
getIntrospectionScanners
protected Collection<IntrospectionScanner> getIntrospectionScanners()
Copyright © 2011 Oracle Corporation. All Rights Reserved.