org.jvnet.hk2.component.classmodel
Class InhabitantsFeed
java.lang.Object
org.jvnet.hk2.component.classmodel.InhabitantsFeed
public abstract class InhabitantsFeed
- extends java.lang.Object
Responsible for feeding inhabitants into a habitat, thru the
provided InhabitantsParser.
- Since:
- 3.1
- 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(java.lang.ClassLoader cl)
populate
public void populate(InhabitantsParsingContextGenerator ipcgen)
getIntrospectionScanners
protected java.util.Collection<IntrospectionScanner> getIntrospectionScanners()
Copyright © 2011 Oracle Corporation. All Rights Reserved.