public interface PlexusContainerManager
PlexusContainerManager
defines the interface for Plexus
components that can create and manage Plexus containers. An
implementation of this interface will configure and create Plexus
containers according to some policy that the component defines;
for example, a container factory might create a Plexus container for
each JAR file that exists in a given directory.Modifier and Type | Method and Description |
---|---|
PlexusContainer[] |
getManagedContainers() |
static final String ROLE
PlexusContainer[] getManagedContainers()
Copyright © 2001-2012 Codehaus. All Rights Reserved.