org.codehaus.plexus
Class SimplePlexusContainerManager
java.lang.Object
org.codehaus.plexus.SimplePlexusContainerManager
- All Implemented Interfaces:
- Contextualizable, Initializable, PlexusContainerManager, Startable
- public class SimplePlexusContainerManager
- extends java.lang.Object
- implements PlexusContainerManager, Contextualizable, Initializable, Startable
SimplePlexusContainerManager
- Version:
- $Revision: 1750 $
- Author:
- Mark Wilkinson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parentPlexus
private PlexusContainer parentPlexus
- Parent
PlexusContainer
. That is, the
PlexusContainer
that this component is in.
myPlexus
private DefaultPlexusContainer myPlexus
- Our own
PlexusContainer
.
plexusConfig
private java.lang.String plexusConfig
contextValues
private java.util.Properties contextValues
SimplePlexusContainerManager
public SimplePlexusContainerManager()
contextualize
public void contextualize(Context context)
throws ContextException
- Specified by:
contextualize
in interface Contextualizable
- Throws:
ContextException
initialize
public void initialize()
throws InitializationException
- Specified by:
initialize
in interface Initializable
- Throws:
InitializationException
start
public void start()
throws StartingException
- Specified by:
start
in interface Startable
- Throws:
StartingException
stop
public void stop()
- Specified by:
stop
in interface Startable
getManagedContainers
public PlexusContainer[] getManagedContainers()
- Specified by:
getManagedContainers
in interface PlexusContainerManager