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