Uses of Package
io.github.mmm.nls.formatter
-
Packages that use io.github.mmm.nls.formatter 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. -
Classes in io.github.mmm.nls.formatter used by io.github.mmm.nls.formatter Class Description NlsFormatter This is the interface for a formatter of an arbitrary object in a localized way.NlsFormatterManager This is the interface for a manager ofNlsFormatter
s.NlsFormatterPlugin This interface extendsNlsFormatter
with the methods required to register this automatically as plugin.NlsMessageFormatter This is the interface for a formatter of a message-text.NlsMessageFormatterFactory This is the interface to create anNlsFormatter
.NlsVariableFormatter -
Classes in io.github.mmm.nls.formatter used by io.github.mmm.nls.variable Class Description NlsFormatterPlugin This interface extendsNlsFormatter
with the methods required to register this automatically as plugin.