Uses of Class
io.github.mmm.scanner.CharSequenceScanner
-
Packages that use CharSequenceScanner 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 CharSequenceScanner in io.github.mmm.nls.formatter
Methods in io.github.mmm.nls.formatter with parameters of type CharSequenceScanner Modifier and Type Method Description NlsFormatterPlugin
NlsFormatterManager. getFormatter(String formatType, CharSequenceScanner scanner)
This method is likeNlsFormatterManager.getFormatter(String, String)
but reads thestyle
from the given scanner. -
Uses of CharSequenceScanner in io.github.mmm.nls.variable
Methods in io.github.mmm.nls.variable with parameters of type CharSequenceScanner Modifier and Type Method Description NlsVariable
NlsVariableParser. parse(CharSequenceScanner scanner)
This method parses theinternationalized message
given asCharSequenceScanner
pointing the beginning of an argument (immediately afterNlsVariableParser.START_EXPRESSION
).
-