org.codehaus.plexus

Interface PlexusContainerManager

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.

Version: $Revision: 1323 $

Author: Mark Wilkinson

Field Summary
StringROLE
Method Summary
PlexusContainer[]getManagedContainers()

Field Detail

ROLE

public String ROLE

Method Detail

getManagedContainers

public PlexusContainer[] getManagedContainers()