Package | Description |
---|---|
org.codehaus.plexus |
Provides the API that bootstraps the Plexus Component managment.
|
org.codehaus.plexus.component.repository |
Provides classes for defining/describing components and dependencies as they are contained in a component repository.
|
Modifier and Type | Method and Description |
---|---|
ComponentDescriptor |
PlexusContainer.getComponentDescriptor(String role)
Returns the ComponentDescriptor with the given component role and the default role hint.
|
ComponentDescriptor |
PlexusContainer.getComponentDescriptor(String role,
org.codehaus.plexus.classworlds.realm.ClassRealm realm)
Returns the ComponentDescriptor with the given component role and the default role hint.
|
ComponentDescriptor |
PlexusContainer.getComponentDescriptor(String role,
String roleHint)
Returns the ComponentDescriptor with the given component role and hint.
|
ComponentDescriptor |
PlexusContainer.getComponentDescriptor(String role,
String roleHint,
org.codehaus.plexus.classworlds.realm.ClassRealm realm)
Returns the ComponentDescriptor with the given component role and hint.
|
Modifier and Type | Method and Description |
---|---|
void |
PlexusContainer.addComponentDescriptor(ComponentDescriptor componentDescriptor)
Adds a component descriptor to this container.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentSetDescriptor.addComponentDescriptor(ComponentDescriptor cd)
Add a new ComponentDescriptor to this set.
|
Copyright © 2019. All rights reserved.