Uses of Class
org.codehaus.plexus.metadata.merge.support.DescriptorTag
Packages that use DescriptorTag
-
Uses of DescriptorTag in org.codehaus.plexus.metadata.merge.support
Subclasses of DescriptorTag in org.codehaus.plexus.metadata.merge.supportModifier and TypeClassDescriptionclass
All allowable tags incomponents.xml
and their bindings toMergeable
counterparts (if required).Fields in org.codehaus.plexus.metadata.merge.support declared as DescriptorTagModifier and TypeFieldDescriptionprivate final DescriptorTag[]
ComponentElement.allowedTags
Allowed elements/tags that we can expect under this element.private static final DescriptorTag
ComponentElement.CONFIGURATION
private static final DescriptorTag
ComponentElement.DESCRIPTION
(package private) static final DescriptorTag
ComponentElement.FIELD_NAME
private static final DescriptorTag
ComponentElement.IMPLEMENTATION
(package private) static final DescriptorTag
ComponentElement.ISOLATION_REALM
private static final DescriptorTag
ComponentElement.LIFECYCLE_HANDLER
(package private) static final DescriptorTag
ComponentElement.OPTIONAL
(package private) static final DescriptorTag
ComponentElement.ROLE
(package private) static final DescriptorTag
ComponentElement.ROLE_HINT
(package private) static final DescriptorTag
ComponentElement.TAG
(package private) static final DescriptorTag
ComponentsElement.TAG
(package private) static final DescriptorTag
RequirementElement.TAG
static final DescriptorTag
RequirementsElement.TAG
Methods in org.codehaus.plexus.metadata.merge.support that return DescriptorTagModifier and TypeMethodDescriptionComponentElement.getAllowedTags()
ComponentsElement.getAllowedTags()
ComponentSetElement.getAllowedTags()
ConfigurationElement.getAllowedTags()
Mergeable.getAllowedTags()
Returns an array of tags/elements that are allowed under the current element.PlexusRootElement.getAllowedTags()
RequirementElement.getAllowedTags()
RequirementsElement.getAllowedTags()
private DescriptorTag
AbstractMergeableElementList.lookupTagInstanceByName
(String name, DescriptorTag[] values) Looks up and returns anDescriptorTag
instance for the specified tag name.Methods in org.codehaus.plexus.metadata.merge.support with parameters of type DescriptorTagModifier and TypeMethodDescriptionprivate DescriptorTag
AbstractMergeableElementList.lookupTagInstanceByName
(String name, DescriptorTag[] values) Looks up and returns anDescriptorTag
instance for the specified tag name.