org.codehaus.plexus.PlexusContainerManager Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of virtdata-lib-realer Show documentation
Show all versions of virtdata-lib-realer Show documentation
With inspiration from other libraries
/*
* $Id: PlexusContainerManager.java 1323 2004-12-20 23:00:59Z jvanzyl $
*/
package org.codehaus.plexus;
/**
* 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.
*
* @author Mark Wilkinson
* @version $Revision: 1323 $
*/
public interface PlexusContainerManager
{
String ROLE = PlexusContainerManager.class.getName();
PlexusContainer[] getManagedContainers();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy