Uses of Interface
org.picocontainer.Startable

Packages that use Startable
org.picocontainer This package contains the core API for PicoContainer, a compact container for working with the dependency injection pattern. 
org.picocontainer.defaults This package contains the default implementation of the PicoContainer API
 

Uses of Startable in org.picocontainer
 

Subinterfaces of Startable in org.picocontainer
 interface MutablePicoContainer
          This is the core interface used for registration of components with a container.
 interface PicoContainer
          This is the core interface for PicoContainer.
 

Uses of Startable in org.picocontainer.defaults
 

Classes in org.picocontainer.defaults that implement Startable
 class DefaultPicoContainer
          

The Standard PicoContainer/MutablePicoContainer implementation.

 



Copyright © 2003-2004 Codehaus. All Rights Reserved.