Uses of Interface
org.codehaus.plexus.PlexusContainer
-
Packages that use PlexusContainer Package Description org.codehaus.plexus org.codehaus.plexus.component.reloading -
-
Uses of PlexusContainer in org.codehaus.plexus
Methods in org.codehaus.plexus that return PlexusContainer Modifier and Type Method Description PlexusContainerPlexusContainer. createChildContainer(java.lang.String name, java.util.Set urls)PlexusContainerPlexusContainer. createChildContainer(java.lang.String name, org.codehaus.plexus.classworlds.realm.ClassRealm realm)PlexusContainerPlexusContainer. getChildContainer(java.lang.String name)Returns a child container with the unique name.Methods in org.codehaus.plexus with parameters of type PlexusContainer Modifier and Type Method Description voidPlexusContainer. 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 Modifier and Type Method Description booleanComponentReloadingStrategy. 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.booleanComponentReloadingStrategy. shouldReload(java.lang.String role, PlexusContainer container)Returns true if the given role in the container should be reloaded.
-