public class LongDateSystemDataFormatter extends AbstractSystemDataFormatter
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.| Constructor and Description |
|---|
LongDateSystemDataFormatter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(java.lang.String parameterisedString,
java.util.Map<java.lang.String,java.io.Serializable> parameterValues,
java.util.Locale locale)
Formats the given parameterised string according to the needs of the
SystemDataConsumer it is used by. |
ensureCorrectType, ensureValuePresent, formatpublic java.lang.String format(java.lang.String parameterisedString,
java.util.Map<java.lang.String,java.io.Serializable> parameterValues,
java.util.Locale locale)
SystemDataFormatterSystemDataConsumer it is used by.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 be null