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
 Map<String,?> getData()
           
 String name()
           
 String toString(Object value)
           
 

Method Detail

name

String name()
Returns:
name of the dataType

getData

Map<String,?> getData()
Returns:
map of all available data

toString

String toString(Object value)
Parameters:
value - Data value
Returns:
how to display a data value as a String


Copyright © 2009-2012 CodeLutin. All Rights Reserved.