Modifier and Type | Method and Description |
---|---|
List<ComponentDescriptor<?>> |
DefaultPlexusContainer.discoverComponents(org.codehaus.plexus.classworlds.realm.ClassRealm realm) |
List<ComponentDescriptor<?>> |
PlexusContainer.discoverComponents(org.codehaus.plexus.classworlds.realm.ClassRealm childRealm)
Discovers components in the given realm.
|
List<ComponentDescriptor<?>> |
DefaultPlexusContainer.discoverComponents(org.codehaus.plexus.classworlds.realm.ClassRealm realm,
Object data) |
List<ComponentDescriptor<?>> |
PlexusContainer.discoverComponents(org.codehaus.plexus.classworlds.realm.ClassRealm realm,
Object data)
Discovers components in the given realm.
|
protected void |
DefaultPlexusContainer.initializeConfiguration(ContainerConfiguration c) |
Modifier and Type | Method and Description |
---|---|
org.apache.xbean.recipe.ObjectRecipe |
XBeanComponentBuilder.createObjectRecipe(T instance,
ComponentDescriptor<T> descriptor,
org.codehaus.plexus.classworlds.realm.ClassRealm realm) |
Modifier and Type | Method and Description |
---|---|
protected ComponentSetDescriptor |
PlexusXmlComponentDiscoverer.createComponentDescriptors(Reader reader,
String source,
org.codehaus.plexus.classworlds.realm.ClassRealm realm) |
protected abstract ComponentSetDescriptor |
AbstractResourceBasedComponentDiscoverer.createComponentDescriptors(Reader reader,
String source,
org.codehaus.plexus.classworlds.realm.ClassRealm realm) |
ComponentSetDescriptor |
DefaultComponentDiscoverer.createComponentDescriptors(Reader componentDescriptorReader,
String source,
org.codehaus.plexus.classworlds.realm.ClassRealm realm) |
List<ComponentSetDescriptor> |
AbstractResourceBasedComponentDiscoverer.findComponents(Context context,
org.codehaus.plexus.classworlds.realm.ClassRealm realm) |
List<ComponentSetDescriptor> |
ComponentDiscoverer.findComponents(Context context,
org.codehaus.plexus.classworlds.realm.ClassRealm classRealm) |
Modifier and Type | Method and Description |
---|---|
static ComponentDescriptor<?> |
PlexusTools.buildComponentDescriptor(PlexusConfiguration configuration) |
static ComponentDescriptor<?> |
PlexusTools.buildComponentDescriptor(PlexusConfiguration configuration,
org.codehaus.plexus.classworlds.realm.ClassRealm realm) |
static ComponentDescriptor<?> |
PlexusTools.buildComponentDescriptor(String configuration,
org.codehaus.plexus.classworlds.realm.ClassRealm realm) |
static ComponentSetDescriptor |
PlexusTools.buildComponentSet(PlexusConfiguration c) |
static ComponentSetDescriptor |
PlexusTools.buildComponentSet(PlexusConfiguration c,
org.codehaus.plexus.classworlds.realm.ClassRealm realm) |
static PlexusConfiguration |
PlexusTools.buildConfiguration(String configuration) |
static PlexusConfiguration |
PlexusTools.buildConfiguration(String resourceName,
Reader configuration) |
static void |
PlexusTools.writeConfiguration(PrintStream out,
PlexusConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
String |
PlexusConfiguration.getAttribute(String paramName)
Returns the value of the named attribute.
|
String |
PlexusConfiguration.getValue()
Returns the value of this configuration.
|
Modifier and Type | Method and Description |
---|---|
PlexusConfiguration |
PlexusConfigurationReader.read(InputStream inputStream) |
PlexusConfiguration |
XmlPlexusConfigurationReader.read(InputStream inputStream) |
PlexusConfiguration |
PlexusConfigurationReader.read(Reader reader) |
PlexusConfiguration |
XmlPlexusConfigurationReader.read(Reader reader) |
Modifier and Type | Method and Description |
---|---|
void |
Configurable.configure(PlexusConfiguration configuration) |
Copyright © 2001–2019 Codehaus Plexus. All rights reserved.