|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PlexusContainer | |
|---|---|
| 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. |
| Uses of PlexusContainer in org.codehaus.plexus |
|---|
| Methods in org.codehaus.plexus that return PlexusContainer | |
|---|---|
PlexusContainer |
PlexusContainer.createChildContainer(String name,
List classpathJars,
Map context)
|
PlexusContainer |
PlexusContainer.createChildContainer(String name,
List classpathJars,
Map context,
List discoveryListeners)
|
PlexusContainer |
PlexusContainer.getChildContainer(String name)
Returns a child container with the unique name. |
| Methods in org.codehaus.plexus with parameters of type PlexusContainer | |
|---|---|
void |
PlexusContainer.setParentPlexusContainer(PlexusContainer container)
Sets the parent of this container. |
| Uses of PlexusContainer in org.codehaus.plexus.component.reloading |
|---|
| Methods in org.codehaus.plexus.component.reloading with parameters of type PlexusContainer | |
|---|---|
boolean |
ComponentReloadingStrategy.shouldReload(String role,
PlexusContainer container)
Returns true if the given role in the container should be reloaded. |
boolean |
ComponentReloadingStrategy.shouldReload(String role,
String roleHint,
PlexusContainer container)
Returns true if the given role/role-hint in the container should be reloaded. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||