Modifier and Type | Method and Description |
---|---|
List |
DefaultPlexusContainer.discoverComponents(org.codehaus.classworlds.ClassRealm classRealm)
TODO: Enhance the ComponentRepository so that it can take entire
ComponentSetDescriptors instead of just ComponentDescriptors.
|
protected void |
DefaultPlexusContainer.initializeConfiguration() |
void |
DefaultPlexusContainer.initializeResources() |
protected void |
DefaultPlexusContainer.loadComponentsOnStart() |
Modifier and Type | Method and Description |
---|---|
protected abstract ComponentSetDescriptor |
AbstractComponentDiscoverer.createComponentDescriptors(Reader reader,
String source) |
ComponentSetDescriptor |
DefaultComponentDiscoverer.createComponentDescriptors(Reader componentDescriptorReader,
String source) |
PlexusConfiguration |
PlexusXmlComponentDiscoverer.discoverConfiguration(Context context,
org.codehaus.classworlds.ClassRealm classRealm) |
List |
PlexusXmlComponentDiscoverer.findComponents(Context context,
org.codehaus.classworlds.ClassRealm classRealm) |
List |
ComponentDiscoverer.findComponents(Context context,
org.codehaus.classworlds.ClassRealm classRealm) |
List |
AbstractComponentDiscoverer.findComponents(Context context,
org.codehaus.classworlds.ClassRealm classRealm) |
Modifier and Type | Method and Description |
---|---|
static ComponentDescriptor |
PlexusTools.buildComponentDescriptor(PlexusConfiguration configuration) |
static ComponentDescriptor |
PlexusTools.buildComponentDescriptor(String configuration) |
static ComponentSetDescriptor |
PlexusTools.buildComponentSet(PlexusConfiguration c) |
static PlexusConfiguration |
PlexusTools.buildConfiguration(String configuration) |
static PlexusConfiguration |
PlexusTools.buildConfiguration(String resourceName,
Reader configuration) |
Modifier and Type | Method and Description |
---|---|
String |
PlexusConfiguration.getAttribute(String paramName) |
String |
PlexusConfiguration.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
Configurable.configure(PlexusConfiguration configuration) |
Copyright © 2001-2012 Codehaus. All Rights Reserved.