Methods in org.codehaus.plexus that throw PlexusContainerException |
void |
PlexusContainer.addJarResource(java.io.File resource)
Adds a jar to this container's ClassRealm - whose components are then discovered (via the various registered
ComponentDiscoverer's). |
void |
DefaultPlexusContainer.addJarResource(java.io.File jar)
|
org.codehaus.plexus.classworlds.realm.ClassRealm |
PlexusContainer.createComponentRealm(java.lang.String id,
java.util.List<java.io.File> jars)
Creates and returns a new class realm under this container's realm for the given list of jars. |
org.codehaus.plexus.classworlds.realm.ClassRealm |
DefaultPlexusContainer.createComponentRealm(java.lang.String id,
java.util.List<java.io.File> jars)
|
protected void |
DefaultPlexusContainer.initialize(ContainerConfiguration containerConfiguration)
|
protected void |
DefaultPlexusContainer.initializePhases(ContainerConfiguration containerConfiguration)
|
void |
PlexusContainer.removeComponentRealm(org.codehaus.plexus.classworlds.realm.ClassRealm componentRealm)
Dissociate the realm with the specified id from the container. |
void |
DefaultPlexusContainer.removeComponentRealm(org.codehaus.plexus.classworlds.realm.ClassRealm realm)
|
protected void |
DefaultPlexusContainer.start()
|