Uses of Class
org.codehaus.plexus.metadata.merge.support.DescriptorTag
-
Packages that use DescriptorTag Package Description org.codehaus.plexus.metadata.merge.support -
-
Uses of DescriptorTag in org.codehaus.plexus.metadata.merge.support
Subclasses of DescriptorTag in org.codehaus.plexus.metadata.merge.support Modifier and Type Class Description class
PlexusXmlTag
All allowable tags incomponents.xml
and their bindings toMergeable
counterparts (if required).Fields in org.codehaus.plexus.metadata.merge.support declared as DescriptorTag Modifier and Type Field 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
ComponentElement. TAG
(package private) static DescriptorTag
ComponentsElement. TAG
(package private) static DescriptorTag
RequirementElement. TAG
static DescriptorTag
RequirementsElement. TAG
Methods in org.codehaus.plexus.metadata.merge.support that return DescriptorTag Modifier and Type Method Description DescriptorTag[]
ComponentElement. getAllowedTags()
DescriptorTag[]
ComponentsElement. getAllowedTags()
DescriptorTag[]
ComponentSetElement. getAllowedTags()
DescriptorTag[]
ConfigurationElement. getAllowedTags()
DescriptorTag[]
Mergeable. getAllowedTags()
Returns an array of tags/elements that are allowed under the current element.DescriptorTag[]
PlexusRootElement. getAllowedTags()
DescriptorTag[]
RequirementElement. getAllowedTags()
DescriptorTag[]
RequirementsElement. getAllowedTags()
private DescriptorTag
AbstractMergeableElementList. lookupTagInstanceByName(java.lang.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 DescriptorTag Modifier and Type Method Description private DescriptorTag
AbstractMergeableElementList. lookupTagInstanceByName(java.lang.String name, DescriptorTag[] values)
Looks up and returns anDescriptorTag
instance for the specified tag name.
-