Package org.jboss.windup.config
Interface LabelProvider
-
- All Known Implementing Classes:
AbstractLabelProvider,LabelProviderBuilder
public interface LabelProviderAn instance ofLabelProvidershould represent a single 'LabelSet'. A 'LabelSet' is composed by 'Metadata' and 'Data'; 'Metadata' represents information about the 'LabelSet' like ID, and description; 'Data' represents the information inside a 'LabelSet', for instance the list of allLabels inside the current 'LabelSet'.- Author:
- Carlos Feria
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LabelProviderDatagetData()LabelProviderMetadatagetMetadata()
-
-
-
Method Detail
-
getMetadata
LabelProviderMetadata getMetadata()
-
getData
LabelProviderData getData()
-
-