org.codehaus.plexus
Interface MutablePlexusContainer
public
interface
MutablePlexusContainer
extends PlexusContainer
public List discoverComponents(ClassRealm childRealm, boolean override)
Discovers components in the given realm.
Parameters: childRealm override wheter to override/merge any conflicting components, where the new component takes precedence.
Returns:
Throws: PlexusConfigurationException ComponentRepositoryException
public ClassWorld getClassWorld()
public ClassRealm getComponentRealm(String realmId)
public Object lookup(String role, ClassRealm realm)
public Object lookup(String role, String roleHint, ClassRealm realm)