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 classPlexusXmlTagAll allowable tags incomponents.xmland their bindings toMergeablecounterparts (if required).Fields in org.codehaus.plexus.metadata.merge.support declared as DescriptorTag Modifier and Type Field Description private DescriptorTag[]ComponentElement. allowedTagsAllowed elements/tags that we can expect under this element.private static DescriptorTagComponentElement. CONFIGURATIONprivate static DescriptorTagComponentElement. DESCRIPTION(package private) static DescriptorTagComponentElement. FIELD_NAMEprivate static DescriptorTagComponentElement. IMPLEMENTATION(package private) static DescriptorTagComponentElement. ISOLATION_REALMprivate static DescriptorTagComponentElement. LIFECYCLE_HANDLER(package private) static DescriptorTagComponentElement. OPTIONAL(package private) static DescriptorTagComponentElement. ROLE(package private) static DescriptorTagComponentElement. ROLE_HINT(package private) static DescriptorTagComponentElement. TAG(package private) static DescriptorTagComponentsElement. TAG(package private) static DescriptorTagRequirementElement. TAGstatic DescriptorTagRequirementsElement. TAGMethods 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 DescriptorTagAbstractMergeableElementList. lookupTagInstanceByName(java.lang.String name, DescriptorTag[] values)Looks up and returns anDescriptorTaginstance for the specified tag name.Methods in org.codehaus.plexus.metadata.merge.support with parameters of type DescriptorTag Modifier and Type Method Description private DescriptorTagAbstractMergeableElementList. lookupTagInstanceByName(java.lang.String name, DescriptorTag[] values)Looks up and returns anDescriptorTaginstance for the specified tag name.
-