Package org.jboss.windup.config.metadata
Interface LabelsetMetadata
-
- All Known Subinterfaces:
LabelProviderMetadata
- All Known Implementing Classes:
AbstractLabelsetMetadata,LabelMetadataBuilder
public interface LabelsetMetadataProvide the 'Metadata' information of a 'Labelset'- Author:
- Carlos Feria
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()Returns a human-readable description of the labels associated with thisLabelsetMetadata.StringgetID()Returns a unique identifier for the correspondingLabelProvider.StringgetOrigin()intgetPriority()This defines the order on which a labelSet will be shown in a report.
-
-
-
Method Detail
-
getID
String getID()
Returns a unique identifier for the correspondingLabelProvider.
-
getOrigin
String getOrigin()
-
getDescription
String getDescription()
Returns a human-readable description of the labels associated with thisLabelsetMetadata.
-
getPriority
int getPriority()
This defines the order on which a labelSet will be shown in a report. Lowest priority values will be loaded first. By default core labelSets must have priority 1
-
-