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 NlsFormatterPluginNlsFormatterManager. getFormatter(String formatType, CharSequenceScanner scanner)This method is likeNlsFormatterManager.getFormatter(String, String)but reads thestylefrom 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 NlsVariableNlsVariableParser. parse(CharSequenceScanner scanner)This method parses theinternationalized messagegiven asCharSequenceScannerpointing the beginning of an argument (immediately afterNlsVariableParser.START_EXPRESSION).
-