Package org.jboss.windup.config.metadata
Class Label
- java.lang.Object
-
- org.jboss.windup.config.metadata.Label
-
public class Label extends Object
Represents the content of a Label. In case the label is inside an XML file, then this class should load the information inside the tag- Author:
- Carlos Feria
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddNeutralTags(Collection<String> tags)voidaddSupportedTags(Collection<String> tags)voidaddUnsuitableTags(Collection<String> tags)booleanequals(Object o)StringgetDescription()StringgetId()StringgetLabelString()StringgetName()Set<String>getNeutral()Set<String>getSupported()Set<String>getUnsuitable()inthashCode()
-
-
-
Method Detail
-
addSupportedTags
public void addSupportedTags(Collection<String> tags)
-
addUnsuitableTags
public void addUnsuitableTags(Collection<String> tags)
-
addNeutralTags
public void addNeutralTags(Collection<String> tags)
-
getName
public String getName()
-
getDescription
public String getDescription()
-
getId
public String getId()
-
getLabelString
public String getLabelString()
-
-