org.jvnet.hk2.component.classmodel
Class InhabitantsFeed

java.lang.Object
  extended by org.jvnet.hk2.component.classmodel.InhabitantsFeed

Deprecated.

@Deprecated
public abstract class InhabitantsFeed
extends Object

Responsible for feeding inhabitants into a habitat, thru the provided InhabitantsParser.

Author:
Jerome Dochez, Jeff Trent

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

InhabitantsFeed

protected InhabitantsFeed(InhabitantsParser ip)
Deprecated. 
Method Detail

create

public static InhabitantsFeed create(Habitat h,
                                     InhabitantsParser ip)
Deprecated. 
Creates an InhabitantsHabitatFeed.

Parameters:
h - reserved for future use
ip - the inhabitants parser sync target
Returns:
the InhabitantsHabitatFeed

setClassLoaderContext

public void setClassLoaderContext(ClassLoader cl)
Deprecated. 

populate

public void populate(InhabitantsParsingContextGenerator ipcgen)
Deprecated. 

getIntrospectionScanners

protected Collection<IntrospectionScanner> getIntrospectionScanners()
Deprecated. 


Copyright © 2013 Oracle Corporation. All Rights Reserved.