Uses of Interface
io.github.mmm.nls.argument.NlsArgumentsKeys
-
Packages that use NlsArgumentsKeys Package Description io.github.mmm.nls Provides the main API for the native language support (NLS).io.github.mmm.nls.argument Contains the API for the dynamic arguments of aNlsMessage
.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 NlsArgumentsKeys in io.github.mmm.nls
Classes in io.github.mmm.nls that implement NlsArgumentsKeys Modifier and Type Class Description class
NlsBundle
Abstract base class for all "resource-bundles" using this native language support (NLS) module. -
Uses of NlsArgumentsKeys in io.github.mmm.nls.argument
Subinterfaces of NlsArgumentsKeys in io.github.mmm.nls.argument Modifier and Type Interface Description interface
NlsArguments
-
Uses of NlsArgumentsKeys in io.github.mmm.nls.cli
Classes in io.github.mmm.nls.cli that implement NlsArgumentsKeys Modifier and Type Class Description class
NlsBundleCli
NlsBundle
for command-line-interface (CLI). -
Uses of NlsArgumentsKeys in io.github.mmm.nls.exception
Classes in io.github.mmm.nls.exception that implement NlsArgumentsKeys Modifier and Type Class Description class
NlsBundleException
NlsBundle
for standard exceptions with NLS support. -
Uses of NlsArgumentsKeys in io.github.mmm.nls.sync
Classes in io.github.mmm.nls.sync that implement NlsArgumentsKeys Modifier and Type Class Description class
NlsBundleSync
NlsBundle
forNlsSynchronizer
. -
Uses of NlsArgumentsKeys in io.github.mmm.validation.main
Classes in io.github.mmm.validation.main that implement NlsArgumentsKeys Modifier and Type Class Description class
NlsBundleValidation
NlsBundle
for this module.
-