Uses of Interface
org.codehaus.plexus.PlexusContainer
Packages that use PlexusContainer
-
Uses of PlexusContainer in org.codehaus.plexus
Methods in org.codehaus.plexus that return PlexusContainerModifier and TypeMethodDescriptionPlexusContainer.createChildContainer(String name, List classpathJars, Map context) PlexusContainer.createChildContainer(String name, List classpathJars, Map context, List discoveryListeners) PlexusContainer.getChildContainer(String name) Methods in org.codehaus.plexus with parameters of type PlexusContainerModifier and TypeMethodDescriptionvoidPlexusContainer.setParentPlexusContainer(PlexusContainer container) -
Uses of PlexusContainer in org.codehaus.plexus.component.reloading
Methods in org.codehaus.plexus.component.reloading with parameters of type PlexusContainerModifier and TypeMethodDescriptionbooleanComponentReloadingStrategy.shouldReload(String role, String roleHint, PlexusContainer container) booleanComponentReloadingStrategy.shouldReload(String role, PlexusContainer container)