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(Object component)
Releases the component from the container.
|
void |
PlexusContainer.releaseAll(List components)
Releases all Listed components from the container.
|
void |
PlexusContainer.releaseAll(Map components)
Releases all Mapped component values from the container.
|
void |
PlexusContainer.resume(Object component)
Attempts to resume execution of the component.
|
void |
PlexusContainer.suspend(Object component)
Attempts to suspend execution of the component.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceLocator.release(Object component) |
void |
ServiceLocator.releaseAll(List components) |
void |
ServiceLocator.releaseAll(Map components) |
Copyright © 2019. All rights reserved.