Package org.nuiton.plugin
Interface AbstractAvailableDataMojo.AvailableData
- Enclosing class:
- AbstractAvailableDataMojo
protected static interface AbstractAvailableDataMojo.AvailableData
AvailableData type that contains all data needed to display and how
to display them. Could easily be match over an enumeration.
-
Method Summary
-
Method Details
-
name
String name()- Returns:
- name of the dataType
-
getData
- Returns:
- map of all available data
-
toString
- Parameters:
value- Data value- Returns:
- how to display a data
valueas a String
-