|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlexusContainerException | |
---|---|
org.codehaus.plexus |
Uses of PlexusContainerException in org.codehaus.plexus |
---|
Subclasses of PlexusContainerException in org.codehaus.plexus | |
---|---|
class |
DuplicateChildContainerException
|
Methods in org.codehaus.plexus that throw PlexusContainerException | |
---|---|
void |
PlexusContainer.addJarResource(File resource)
Adds a jar to this container's ClassRealm - whose components are then discovered (via the various registered ComponentDiscoverer's). |
void |
DefaultPlexusContainer.addJarResource(File jar)
|
PlexusContainer |
PlexusContainer.createChildContainer(String name,
org.codehaus.plexus.classworlds.realm.ClassRealm realm)
|
PlexusContainer |
DefaultPlexusContainer.createChildContainer(String name,
org.codehaus.plexus.classworlds.realm.ClassRealm realm)
|
PlexusContainer |
PlexusContainer.createChildContainer(String name,
Set urls)
|
org.codehaus.plexus.classworlds.realm.ClassRealm |
PlexusContainer.createComponentRealm(String id,
List 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(String id,
List 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()
|
Constructors in org.codehaus.plexus that throw PlexusContainerException | |
---|---|
DefaultPlexusContainer()
|
|
DefaultPlexusContainer(ContainerConfiguration c)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |