org.codehaus.plexus
public class SimplePlexusContainerManager extends Object implements PlexusContainerManager, Contextualizable, Initializable, Startable
ROLE
Constructor and Description |
---|
SimplePlexusContainerManager() |
Modifier and Type | Method and Description |
---|---|
void |
contextualize(Context context) |
PlexusContainer[] |
getManagedContainers() |
void |
initialize() |
void |
start() |
void |
stop() |
public void contextualize(Context context) throws ContextException
contextualize
in interface Contextualizable
ContextException
public void initialize() throws InitializationException
initialize
in interface Initializable
InitializationException
public void start() throws StartingException
start
in interface Startable
StartingException
public PlexusContainer[] getManagedContainers()
getManagedContainers
in interface PlexusContainerManager