Uses of Interface
org.picocontainer.Startable
Packages that use Startable
Package
Description
This package contains the core API for PicoContainer, a compact container for working with the
dependency injection pattern.
Containers are the main user entry point for PicoContainer.
-
Uses of Startable in org.picocontainer
Subinterfaces of Startable in org.picocontainerModifier and TypeInterfaceDescriptioninterface
This is the core interface used for registration of components with a container.Classes in org.picocontainer that implement StartableModifier and TypeClassDescriptionclass
The StandardPicoContainer
/MutablePicoContainer
implementation. -
Uses of Startable in org.picocontainer.classname
Subinterfaces of Startable in org.picocontainer.classnameModifier and TypeInterfaceDescriptioninterface
A ClassLoadingPicoContainer extends PicoContainer with classloader juggling capabilityClasses in org.picocontainer.classname that implement StartableModifier and TypeClassDescriptionclass
Default implementation of ClassLoadingPicoContainer. -
Uses of Startable in org.picocontainer.containers
Classes in org.picocontainer.containers that implement StartableModifier and TypeClassDescriptionclass
abstract base class for delegating to mutable containersclass
class