Package | Description |
---|---|
org.codehaus.plexus |
Provides the API that bootstraps the Plexus Component managment.
|
org.codehaus.plexus.component.reloading |
Provides tools for defining what Plexus should do when reloading a component.
|
Modifier and Type | Method and Description |
---|---|
PlexusContainer |
PlexusContainer.createChildContainer(java.lang.String name,
java.util.List classpathJars,
java.util.Map context) |
PlexusContainer |
PlexusContainer.createChildContainer(java.lang.String name,
java.util.List classpathJars,
java.util.Map context,
java.util.List discoveryListeners) |
PlexusContainer |
PlexusContainer.getChildContainer(java.lang.String name)
Returns a child container with the unique name.
|
Modifier and Type | Method and Description |
---|---|
void |
PlexusContainer.setParentPlexusContainer(PlexusContainer container)
Sets the parent of this container.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ComponentReloadingStrategy.shouldReload(java.lang.String role,
PlexusContainer container)
Returns true if the given role in the container should be reloaded.
|
boolean |
ComponentReloadingStrategy.shouldReload(java.lang.String role,
java.lang.String roleHint,
PlexusContainer container)
Returns true if the given role/role-hint in the container should be
reloaded.
|
Copyright © 2014. All Rights Reserved.