Uses of Package
net.sf.mmm.util.nls.api

Packages that use net.sf.mmm.util.nls.api
net.sf.mmm.util.cli.api Provides the API for utilities that help to build command-line-interfaces (CLI). 
net.sf.mmm.util.cli.base Contains the base-implementation of utilities that help to build command-line-interfaces (CLI). 
net.sf.mmm.util.collection.base Contains public implementations of the Collection-Util API
net.sf.mmm.util.component.api Contains API to help implementing components. 
net.sf.mmm.util.date.api Provides the API for utilities that help to deal with date and time. 
net.sf.mmm.util.file.api Provides the API for utilities that help to deal with Files. 
net.sf.mmm.util.io.api Provides the API for utilities that help to read and write data, process bytes, etc. 
net.sf.mmm.util.lang.api Provides the API for utilities of general purpose. 
net.sf.mmm.util.math.api Provides the API for utilities that help to deal with Numbers. 
net.sf.mmm.util.nls.api Provides the API for the native language support (NLS). 
net.sf.mmm.util.nls.base Contains the basis for implementations of the native language support (NLS) API. 
net.sf.mmm.util.nls.impl Contains the implementation for the native language support (NLS). 
net.sf.mmm.util.nls.impl.formatter Contains the implementation of formatters for the native language support (NLS). 
net.sf.mmm.util.pojo.descriptor.api Provides the API for introspection of Pojos. 
net.sf.mmm.util.pojo.path.api Provides the API for navigating a PojoPath
net.sf.mmm.util.pojo.path.base Contains the base-implementation of the PojoPath API. 
net.sf.mmm.util.reflect.api Provides the API for utilities that help to deal with reflection. 
net.sf.mmm.util.reflect.base Contains the base-implementations of the Reflection-Util API
net.sf.mmm.util.resource.api Provides the API for utilities that help to load resources from arbitrary sources. 
net.sf.mmm.util.resource.base Contains the base implementation of the resource-API
net.sf.mmm.util.text.base Provides the base-implementation of text-util API. 
net.sf.mmm.util.value.api Provides the API for generic handling of values. 
net.sf.mmm.util.xml.api Provides the API of utilities that help to deal with XML. 
net.sf.mmm.util.xml.base Contains the base-implementation of the XML-Util API
net.sf.mmm.util.xml.base.jaxb Contains various XmlAdapter for mapping of common data-types and data-containers with JAXB. 
 

Classes in net.sf.mmm.util.nls.api used by net.sf.mmm.util.cli.api
AbstractNlsRuntimeException
          This is an abstract base implementation of an unchecked exception with real native language support (NLS).
NlsObject
          This is the interface for an object with native language support.
NlsRuntimeException
          This the base class for all runtime exceptions of the project.
NlsTemplateResolver
          This is the callback interface for translating a text-message to a Locale-specific language.
NlsThrowable
          This is the interface for exceptions and runtime exceptions with real native language support (NLS).
 

Classes in net.sf.mmm.util.nls.api used by net.sf.mmm.util.cli.base
NlsMessageFactory
          This is the interface for a factory used to create instances of NlsMessage.
NlsTemplateResolver
          This is the callback interface for translating a text-message to a Locale-specific language.
 

Classes in net.sf.mmm.util.nls.api used by net.sf.mmm.util.collection.base
AbstractNlsRuntimeException
          This is an abstract base implementation of an unchecked exception with real native language support (NLS).
NlsObject
          This is the interface for an object with native language support.
NlsRuntimeException
          This the base class for all runtime exceptions of the project.
NlsThrowable
          This is the interface for exceptions and runtime exceptions with real native language support (NLS).
 

Classes in net.sf.mmm.util.nls.api used by net.sf.mmm.util.component.api
AbstractNlsRuntimeException
          This is an abstract base implementation of an unchecked exception with real native language support (NLS).
NlsObject
          This is the interface for an object with native language support.
NlsRuntimeException
          This the base class for all runtime exceptions of the project.
NlsThrowable
          This is the interface for exceptions and runtime exceptions with real native language support (NLS).
 

Classes in net.sf.mmm.util.nls.api used by net.sf.mmm.util.date.api
AbstractNlsRuntimeException
          This is an abstract base implementation of an unchecked exception with real native language support (NLS).
NlsObject
          This is the interface for an object with native language support.
NlsRuntimeException
          This the base class for all runtime exceptions of the project.
NlsThrowable
          This is the interface for exceptions and runtime exceptions with real native language support (NLS).
 

Classes in net.sf.mmm.util.nls.api used by net.sf.mmm.util.file.api
AbstractNlsRuntimeException
          This is an abstract base implementation of an unchecked exception with real native language support (NLS).
NlsObject
          This is the interface for an object with native language support.
NlsRuntimeException
          This the base class for all runtime exceptions of the project.
NlsThrowable
          This is the interface for exceptions and runtime exceptions with real native language support (NLS).
 

Classes in net.sf.mmm.util.nls.api used by net.sf.mmm.util.io.api
AbstractNlsRuntimeException
          This is an abstract base implementation of an unchecked exception with real native language support (NLS).
NlsObject
          This is the interface for an object with native language support.
NlsRuntimeException
          This the base class for all runtime exceptions of the project.
NlsThrowable
          This is the interface for exceptions and runtime exceptions with real native language support (NLS).
 

Classes in net.sf.mmm.util.nls.api used by net.sf.mmm.util.lang.api
NlsIllegalArgumentException
          A NlsIllegalArgumentException is analog to an IllegalArgumentException but with true native language support.
 

Classes in net.sf.mmm.util.nls.api used by net.sf.mmm.util.math.api
AbstractNlsRuntimeException
          This is an abstract base implementation of an unchecked exception with real native language support (NLS).
NlsObject
          This is the interface for an object with native language support.
NlsRuntimeException
          This the base class for all runtime exceptions of the project.
NlsThrowable
          This is the interface for exceptions and runtime exceptions with real native language support (NLS).
 

Classes in net.sf.mmm.util.nls.api used by net.sf.mmm.util.nls.api
AbstractNlsException
          This is an abstract base implementation of a checked exception with real native language support (NLS).
AbstractNlsRuntimeException
          This is an abstract base implementation of an unchecked exception with real native language support (NLS).
NlsArgument
          This class represents an argument of an NlsMessage.
NlsFormatter
          This is the interface for a formatter of an arbitrary object in a localized way.
NlsMessage
          This is the interface for an internationalized message.
NlsMessageFactory
          This is the interface for a factory used to create instances of NlsMessage.
NlsMessageFormatter
          This is the interface for a formatter of a message-text.
NlsNullPointerException
          A NlsNullPointerException is analog to an NullPointerException but with native language support.
NlsObject
          This is the interface for an object with native language support.
NlsRuntimeException
          This the base class for all runtime exceptions of the project.
NlsTemplate
          This interface represents the template for an internationalized text that can be translated to a given Locale.
NlsTemplateResolver
          This is the callback interface for translating a text-message to a Locale-specific language.
NlsThrowable
          This is the interface for exceptions and runtime exceptions with real native language support (NLS).
 

Classes in net.sf.mmm.util.nls.api used by net.sf.mmm.util.nls.base
NlsArgument
          This class represents an argument of an NlsMessage.
NlsArgumentParser
          The NlsArgumentParser is used to parse an NlsArgument.
NlsFormatter
          This is the interface for a formatter of an arbitrary object in a localized way.
NlsFormatterManager
          This is the interface for a manager of NlsFormatters.
NlsFormatterPlugin
          This interface extends NlsFormatter with the methods required to register this automatically as plugin via injection.
NlsLocalizer
          This is the interface for a localizer that simplifies the localization of messages via NlsMessages.
NlsMessage
          This is the interface for an internationalized message.
NlsMessageFactory
          This is the interface for a factory used to create instances of NlsMessage.
NlsMessageFormatter
          This is the interface for a formatter of a message-text.
NlsMessageFormatterFactory
          This is the interface to create an NlsFormatter.
NlsObject
          This is the interface for an object with native language support.
NlsResourceLocator
          A NlsResourceLocator is used to find a localized resource.
NlsTemplate
          This interface represents the template for an internationalized text that can be translated to a given Locale.
NlsTemplateResolver
          This is the callback interface for translating a text-message to a Locale-specific language.
 

Classes in net.sf.mmm.util.nls.api used by net.sf.mmm.util.nls.impl
NlsArgumentParser
          The NlsArgumentParser is used to parse an NlsArgument.
NlsFormatter
          This is the interface for a formatter of an arbitrary object in a localized way.
NlsFormatterPlugin
          This interface extends NlsFormatter with the methods required to register this automatically as plugin via injection.
NlsMessage
          This is the interface for an internationalized message.
NlsMessageFormatter
          This is the interface for a formatter of a message-text.
NlsMessageFormatterFactory
          This is the interface to create an NlsFormatter.
NlsObject
          This is the interface for an object with native language support.
NlsTemplate
          This interface represents the template for an internationalized text that can be translated to a given Locale.
NlsTemplateResolver
          This is the callback interface for translating a text-message to a Locale-specific language.
 

Classes in net.sf.mmm.util.nls.api used by net.sf.mmm.util.nls.impl.formatter
AbstractNlsRuntimeException
          This is an abstract base implementation of an unchecked exception with real native language support (NLS).
NlsArgument
          This class represents an argument of an NlsMessage.
NlsArgumentParser
          The NlsArgumentParser is used to parse an NlsArgument.
NlsFormatter
          This is the interface for a formatter of an arbitrary object in a localized way.
NlsFormatterManager
          This is the interface for a manager of NlsFormatters.
NlsFormatterPlugin
          This interface extends NlsFormatter with the methods required to register this automatically as plugin via injection.
NlsMessageFormatter
          This is the interface for a formatter of a message-text.
NlsObject
          This is the interface for an object with native language support.
NlsRuntimeException
          This the base class for all runtime exceptions of the project.
NlsTemplateResolver
          This is the callback interface for translating a text-message to a Locale-specific language.
NlsThrowable
          This is the interface for exceptions and runtime exceptions with real native language support (NLS).
 

Classes in net.sf.mmm.util.nls.api used by net.sf.mmm.util.pojo.descriptor.api
AbstractNlsRuntimeException
          This is an abstract base implementation of an unchecked exception with real native language support (NLS).
NlsObject
          This is the interface for an object with native language support.
NlsRuntimeException
          This the base class for all runtime exceptions of the project.
NlsThrowable
          This is the interface for exceptions and runtime exceptions with real native language support (NLS).
 

Classes in net.sf.mmm.util.nls.api used by net.sf.mmm.util.pojo.path.api
AbstractNlsRuntimeException
          This is an abstract base implementation of an unchecked exception with real native language support (NLS).
NlsObject
          This is the interface for an object with native language support.
NlsRuntimeException
          This the base class for all runtime exceptions of the project.
NlsThrowable
          This is the interface for exceptions and runtime exceptions with real native language support (NLS).
 

Classes in net.sf.mmm.util.nls.api used by net.sf.mmm.util.pojo.path.base
AbstractNlsRuntimeException
          This is an abstract base implementation of an unchecked exception with real native language support (NLS).
NlsObject
          This is the interface for an object with native language support.
NlsRuntimeException
          This the base class for all runtime exceptions of the project.
NlsThrowable
          This is the interface for exceptions and runtime exceptions with real native language support (NLS).
 

Classes in net.sf.mmm.util.nls.api used by net.sf.mmm.util.reflect.api
AbstractNlsRuntimeException
          This is an abstract base implementation of an unchecked exception with real native language support (NLS).
NlsIllegalArgumentException
          A NlsIllegalArgumentException is analog to an IllegalArgumentException but with true native language support.
NlsObject
          This is the interface for an object with native language support.
NlsRuntimeException
          This the base class for all runtime exceptions of the project.
NlsThrowable
          This is the interface for exceptions and runtime exceptions with real native language support (NLS).
 

Classes in net.sf.mmm.util.nls.api used by net.sf.mmm.util.reflect.base
AbstractNlsRuntimeException
          This is an abstract base implementation of an unchecked exception with real native language support (NLS).
NlsIllegalArgumentException
          A NlsIllegalArgumentException is analog to an IllegalArgumentException but with true native language support.
NlsObject
          This is the interface for an object with native language support.
NlsRuntimeException
          This the base class for all runtime exceptions of the project.
NlsThrowable
          This is the interface for exceptions and runtime exceptions with real native language support (NLS).
 

Classes in net.sf.mmm.util.nls.api used by net.sf.mmm.util.resource.api
AbstractNlsRuntimeException
          This is an abstract base implementation of an unchecked exception with real native language support (NLS).
NlsObject
          This is the interface for an object with native language support.
NlsRuntimeException
          This the base class for all runtime exceptions of the project.
NlsThrowable
          This is the interface for exceptions and runtime exceptions with real native language support (NLS).
 

Classes in net.sf.mmm.util.nls.api used by net.sf.mmm.util.resource.base
DuplicateObjectException
          An DuplicateObjectException is thrown if an object was rejected because it is a duplicate.
 

Classes in net.sf.mmm.util.nls.api used by net.sf.mmm.util.text.base
NlsResourceLocator
          A NlsResourceLocator is used to find a localized resource.
 

Classes in net.sf.mmm.util.nls.api used by net.sf.mmm.util.value.api
AbstractNlsRuntimeException
          This is an abstract base implementation of an unchecked exception with real native language support (NLS).
NlsObject
          This is the interface for an object with native language support.
NlsRuntimeException
          This the base class for all runtime exceptions of the project.
NlsThrowable
          This is the interface for exceptions and runtime exceptions with real native language support (NLS).
 

Classes in net.sf.mmm.util.nls.api used by net.sf.mmm.util.xml.api
AbstractNlsRuntimeException
          This is an abstract base implementation of an unchecked exception with real native language support (NLS).
NlsObject
          This is the interface for an object with native language support.
NlsRuntimeException
          This the base class for all runtime exceptions of the project.
NlsThrowable
          This is the interface for exceptions and runtime exceptions with real native language support (NLS).
 

Classes in net.sf.mmm.util.nls.api used by net.sf.mmm.util.xml.base
AbstractNlsRuntimeException
          This is an abstract base implementation of an unchecked exception with real native language support (NLS).
NlsObject
          This is the interface for an object with native language support.
NlsRuntimeException
          This the base class for all runtime exceptions of the project.
NlsThrowable
          This is the interface for exceptions and runtime exceptions with real native language support (NLS).
 

Classes in net.sf.mmm.util.nls.api used by net.sf.mmm.util.xml.base.jaxb
ComposedException
          An ComposedException combines a list of exceptions in one single exception.
DuplicateObjectException
          An DuplicateObjectException is thrown if an object was rejected because it is a duplicate.
ObjectNotFoundException
          An ObjectNotFoundException is thrown if an object was requested but does NOT exist or could NOT be found.
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.