Package org.apache.ant.cyclonedx
Class Component.Tag
- java.lang.Object
-
- org.apache.ant.cyclonedx.Component.Tag
-
- Enclosing class:
- Component
public static class Component.Tag extends java.lang.ObjectRepresents a tag.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddText(java.lang.String text)Sets the tag value.java.lang.StringgetTag()Obtains the tag.
-