Package | Description |
---|---|
org.codehaus.plexus |
Provides the API that bootstraps the Plexus Component managment.
|
Modifier and Type | Method and Description |
---|---|
void |
PlexusContainer.addJarResource(File resource)
Adds a jar to this container's ClassRealm - whose components are then discovered (via the various registered
ComponentDiscoverer's).
|
PlexusContainer |
PlexusContainer.createChildContainer(String name,
List classpathJars,
Map context) |
PlexusContainer |
PlexusContainer.createChildContainer(String name,
List classpathJars,
Map context,
List discoveryListeners) |
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.
|
Copyright © 2019. All rights reserved.