Uses of Class
io.github.mmm.nls.NlsBundle
-
Packages that use NlsBundle Package Description io.github.mmm.nls.cli Contains native language support (NLS) for command-line-interfaces (CLI).io.github.mmm.nls.exception io.github.mmm.nls.sync Provides a command-line-interface to synchronize resource bundles for localization.io.github.mmm.validation.main Contains validation support combined with native language support (NLS). -
-
Uses of NlsBundle in io.github.mmm.nls.cli
Subclasses of NlsBundle in io.github.mmm.nls.cli Modifier and Type Class Description class
NlsBundleCli
NlsBundle
for command-line-interface (CLI). -
Uses of NlsBundle in io.github.mmm.nls.exception
Subclasses of NlsBundle in io.github.mmm.nls.exception Modifier and Type Class Description class
NlsBundleException
NlsBundle
for standard exceptions with NLS support. -
Uses of NlsBundle in io.github.mmm.nls.sync
Subclasses of NlsBundle in io.github.mmm.nls.sync Modifier and Type Class Description class
NlsBundleSync
NlsBundle
forNlsSynchronizer
. -
Uses of NlsBundle in io.github.mmm.validation.main
Subclasses of NlsBundle in io.github.mmm.validation.main Modifier and Type Class Description class
NlsBundleValidation
NlsBundle
for this module.
-