Uses of Interface
io.github.mmm.nls.formatter.NlsFormatterPlugin
-
Packages that use NlsFormatterPlugin Package Description io.github.mmm.nls.formatter Contains formatters to format NLS messages.io.github.mmm.nls.variable Contains types for parsed variable placeholders of a NLS message. -
-
Uses of NlsFormatterPlugin in io.github.mmm.nls.formatter
Methods in io.github.mmm.nls.formatter that return NlsFormatterPlugin Modifier and Type Method Description default NlsFormatterPlugin
NlsFormatterManager. getFormatter()
default NlsFormatterPlugin
NlsFormatterManager. getFormatter(String formatType)
NlsFormatterPlugin
NlsFormatterManager. getFormatter(String formatType, CharSequenceScanner scanner)
This method is likeNlsFormatterManager.getFormatter(String, String)
but reads thestyle
from the given scanner.NlsFormatterPlugin
NlsFormatterManager. getFormatter(String formatType, String formatStyle)
-
Uses of NlsFormatterPlugin in io.github.mmm.nls.variable
Methods in io.github.mmm.nls.variable that return NlsFormatterPlugin Modifier and Type Method Description NlsFormatterPlugin
NlsVariable. getFormatter()
Is the formatter used to format theargument
.Constructors in io.github.mmm.nls.variable with parameters of type NlsFormatterPlugin Constructor Description NlsVariable(String key, NlsFormatterPlugin formatter, Justification justification)
The constructor.
-