Package | Description |
---|---|
org.codehaus.plexus.metadata.merge.support |
Modifier and Type | Class and Description |
---|---|
class |
PlexusXmlTag
All allowable tags in
components.xml and their bindings to
Mergeable counterparts (if required). |
Modifier and Type | Field and Description |
---|---|
private DescriptorTag[] |
ComponentElement.allowedTags
Allowed elements/tags that we can expect under this element.
|
private static DescriptorTag |
ComponentElement.CONFIGURATION |
private static DescriptorTag |
ComponentElement.DESCRIPTION |
(package private) static DescriptorTag |
ComponentElement.FIELD_NAME |
private static DescriptorTag |
ComponentElement.IMPLEMENTATION |
(package private) static DescriptorTag |
ComponentElement.ISOLATION_REALM |
private static DescriptorTag |
ComponentElement.LIFECYCLE_HANDLER |
(package private) static DescriptorTag |
ComponentElement.OPTIONAL |
(package private) static DescriptorTag |
ComponentElement.ROLE |
(package private) static DescriptorTag |
ComponentElement.ROLE_HINT |
(package private) static DescriptorTag |
ComponentsElement.TAG |
(package private) static DescriptorTag |
ComponentElement.TAG |
static DescriptorTag |
RequirementsElement.TAG |
(package private) static DescriptorTag |
RequirementElement.TAG |
Modifier and Type | Method and Description |
---|---|
DescriptorTag[] |
ComponentsElement.getAllowedTags() |
DescriptorTag[] |
ConfigurationElement.getAllowedTags() |
DescriptorTag[] |
PlexusRootElement.getAllowedTags() |
DescriptorTag[] |
ComponentElement.getAllowedTags() |
DescriptorTag[] |
RequirementsElement.getAllowedTags() |
DescriptorTag[] |
Mergeable.getAllowedTags()
Returns an array of tags/elements that are allowed under the current
element.
|
DescriptorTag[] |
RequirementElement.getAllowedTags() |
DescriptorTag[] |
ComponentSetElement.getAllowedTags() |
private DescriptorTag |
AbstractMergeableElementList.lookupTagInstanceByName(java.lang.String name,
DescriptorTag[] values)
Looks up and returns an
DescriptorTag instance for the
specified tag name. |
Modifier and Type | Method and Description |
---|---|
private DescriptorTag |
AbstractMergeableElementList.lookupTagInstanceByName(java.lang.String name,
DescriptorTag[] values)
Looks up and returns an
DescriptorTag instance for the
specified tag name. |