Package | Description |
---|---|
org.codehaus.plexus |
Provides the API that bootstraps the Plexus Component managment.
|
org.codehaus.plexus.personality.plexus.lifecycle.phase |
Contains the interfaces (and exceptions) which represent the component lifecycle phases of the Plexus personality.
|
Modifier and Type | Method and Description |
---|---|
void |
PlexusContainer.release(java.lang.Object component)
Releases the component from the container.
|
void |
PlexusContainer.releaseAll(java.util.List components)
Releases all Listed components from the container.
|
void |
PlexusContainer.releaseAll(java.util.Map components)
Releases all Mapped component values from the container.
|
void |
PlexusContainer.resume(java.lang.Object component)
Attempts to resume execution of the component.
|
void |
PlexusContainer.suspend(java.lang.Object component)
Attempts to suspend execution of the component.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceLocator.release(java.lang.Object component) |
void |
ServiceLocator.releaseAll(java.util.List components) |
void |
ServiceLocator.releaseAll(java.util.Map components) |
Copyright © 2014. All Rights Reserved.