| Package | Description |
|---|---|
| org.jboss.windup.config.tags |
| Modifier and Type | Method and Description |
|---|---|
Tag |
TagService.findTag(String tagName)
Returns the
Tag with the provided name. |
Tag |
TagService.getOrCreateTag(String tagName,
boolean isRef)
|
Tag |
TagService.getTag(String tagName) |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tag.addContainedTag(Tag tag)
Loops are not checked here.
|
void |
Tag.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.
|
boolean |
TagService.isUnderTag(Tag superTag,
Tag subTag) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.