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