public boolean hasComponent(Object componentKey)(Code)
registerComponent
public void registerComponent(ComponentAdapter componentAdapter) throws PicoRegistrationException(Code)
registerComponentImplementation
public ComponentAdapter registerComponentImplementation(Object componentKey, Class componentImplementation)(Code)
registerComponentImplementation
public ComponentAdapter registerComponentImplementation(Object componentKey, Class componentImplementation, Parameter[] parameters) throws PicoRegistrationException(Code)
registerComponentImplementation
public ComponentAdapter registerComponentImplementation(Class componentImplementation) throws PicoRegistrationException(Code)
registerComponentInstance
public ComponentAdapter registerComponentInstance(Object componentInstance) throws PicoRegistrationException(Code)
registerComponentInstance
public ComponentAdapter registerComponentInstance(Object componentKey, Object componentInstance) throws PicoRegistrationException(Code)
registerOrderedComponentAdapter
public void registerOrderedComponentAdapter(ComponentAdapter componentAdapter)(Code)
removeChild
public boolean removeChild(MutablePicoContainer child)(Code)
removeParent
public boolean removeParent(MutablePicoContainer parent)(Code)
unregisterComponent
public ComponentAdapter unregisterComponent(Object componentKey)(Code)
verify
public void verify() throws PicoVerificationException(Code)
Fields inherited from org.jicarilla.container.DefaultContainer