Uses of Class
org.jboss.windup.config.tags.Tag
-
Packages that use Tag Package Description org.jboss.windup.config.tags -
-
Uses of Tag in org.jboss.windup.config.tags
Methods in org.jboss.windup.config.tags that return Tag Modifier and Type Method Description TagTagService. findTag(String tagName)Returns theTagwith the provided name.TagTagService. getOrCreateTag(String tagName, boolean isRef)TagTagService. getTag(String tagName)Methods in org.jboss.windup.config.tags that return types with arguments of type Tag Modifier and Type Method Description Set<Tag>TagService. getAncestorTags(Tag tag)Returns all tags that designate this tag.Set<Tag>Tag. getContainedTags()Which tags are designated by this tag; for instance, "java-ee" designates "ejb" and "jms".Set<Tag>TagService. getDescendantTags(Tag tag)Returns all tags that are designated by this tag.Set<Tag>Tag. getParentTags()Which tags are designated by this tag; for instance, "seam" is designated by "web" and "framework:".List<Tag>TagService. getPrimeTags()Gets all tags that are "prime" tags.List<Tag>TagService. getRootTags()Returns the tags that were root in the definition files.Methods in org.jboss.windup.config.tags with parameters of type Tag Modifier and Type Method Description voidTag. addContainedTag(Tag tag)Loops are not checked here.voidTag. addContainingTag(Tag tag)Loops are not checked here.Set<Tag>TagService. getAncestorTags(Tag tag)Returns all tags that designate this tag.Set<Tag>TagService. getDescendantTags(Tag tag)Returns all tags that are designated by this tag.booleanTagService. isUnderTag(Tag superTag, Tag subTag)
-