Class LongDateSystemDataFormatter
java.lang.Object
de.aristaflow.adept2.model.common.systemdata.AbstractSystemDataFormatter
de.aristaflow.adept2.model.common.plugindata.LongDateSystemDataFormatter
- All Implemented Interfaces:
SystemDataFormatter
Simple formatter which is used for
long values in the
plug-in data, which consumes a date value. The formatter must only
be used if at most one parameter is expected and this parameter must
be of the date data type.- Author:
- Kevin Goeser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFormats the given parameterised string according to the needs of theSystemDataConsumerit is used by.Methods inherited from class de.aristaflow.adept2.model.common.systemdata.AbstractSystemDataFormatter
ensureCorrectType, ensureValuePresent, format
-
Constructor Details
-
LongDateSystemDataFormatter
public LongDateSystemDataFormatter()
-
-
Method Details
-
format
public String format(String parameterisedString, Map<String, Serializable> parameterValues, Locale locale) Description copied from interface:SystemDataFormatterFormats the given parameterised string according to the needs of theSystemDataConsumerit is used by.- Parameters:
parameterisedString- the parameterised string to be formattedparameterValues- map containing values for all parameters referenced in the parameterised stringlocale- the locale used to format the string; may benull- Returns:
- the formatted string
-