Modifier and Type | Method and Description |
---|---|
java.util.List<ComponentDescriptor<?>> |
DefaultPlexusContainer.discoverComponents(org.codehaus.plexus.classworlds.realm.ClassRealm realm) |
java.util.List<ComponentDescriptor<?>> |
PlexusContainer.discoverComponents(org.codehaus.plexus.classworlds.realm.ClassRealm childRealm)
Discovers components in the given realm.
|
java.util.List<ComponentDescriptor<?>> |
DefaultPlexusContainer.discoverComponents(org.codehaus.plexus.classworlds.realm.ClassRealm realm,
java.lang.Object data) |
java.util.List<ComponentDescriptor<?>> |
PlexusContainer.discoverComponents(org.codehaus.plexus.classworlds.realm.ClassRealm realm,
java.lang.Object data) |
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 abstract ComponentSetDescriptor |
AbstractResourceBasedComponentDiscoverer.createComponentDescriptors(java.io.Reader reader,
java.lang.String source,
org.codehaus.plexus.classworlds.realm.ClassRealm realm) |
ComponentSetDescriptor |
DefaultComponentDiscoverer.createComponentDescriptors(java.io.Reader componentDescriptorReader,
java.lang.String source,
org.codehaus.plexus.classworlds.realm.ClassRealm realm) |
protected ComponentSetDescriptor |
PlexusXmlComponentDiscoverer.createComponentDescriptors(java.io.Reader reader,
java.lang.String source,
org.codehaus.plexus.classworlds.realm.ClassRealm realm) |
java.util.List<ComponentSetDescriptor> |
AbstractResourceBasedComponentDiscoverer.findComponents(Context context,
org.codehaus.plexus.classworlds.realm.ClassRealm realm) |
java.util.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(java.lang.String configuration,
org.codehaus.plexus.classworlds.realm.ClassRealm realm) |
private static ComponentDescriptor<?> |
PlexusTools.buildComponentDescriptorImpl(PlexusConfiguration 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(java.lang.String configuration) |
static PlexusConfiguration |
PlexusTools.buildConfiguration(java.lang.String resourceName,
java.io.Reader configuration) |
static void |
PlexusTools.writeConfiguration(java.io.PrintStream out,
PlexusConfiguration configuration) |
private static void |
PlexusTools.writeConfiguration(java.io.PrintStream out,
PlexusConfiguration configuration,
java.lang.String indent) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
PlexusConfiguration.getAttribute(java.lang.String paramName)
Returns the value of the named attribute.
|
java.lang.String |
PlexusConfiguration.getValue()
Returns the value of this configuration.
|
Modifier and Type | Method and Description |
---|---|
PlexusConfiguration |
PlexusConfigurationReader.read(java.io.InputStream inputStream) |
PlexusConfiguration |
XmlPlexusConfigurationReader.read(java.io.InputStream inputStream) |
PlexusConfiguration |
PlexusConfigurationReader.read(java.io.Reader reader) |
PlexusConfiguration |
XmlPlexusConfigurationReader.read(java.io.Reader reader) |
Modifier and Type | Method and Description |
---|---|
private void |
DefaultComponentDescriptorWriter.writeComponents(org.codehaus.plexus.util.xml.XMLWriter w,
java.util.List<ComponentDescriptor<?>> componentDescriptors) |
private void |
DefaultComponentDescriptorWriter.writeConfiguration(org.codehaus.plexus.util.xml.XMLWriter w,
PlexusConfiguration configuration) |
private void |
DefaultComponentDescriptorWriter.writePlexusConfiguration(org.codehaus.plexus.util.xml.XMLWriter xmlWriter,
PlexusConfiguration c) |
Modifier and Type | Method and Description |
---|---|
void |
Configurable.configure(PlexusConfiguration configuration) |