Package-level declarations

Types

Link copied to clipboard
interface Message

Message Interface for a lazy loading. For Native Language Support (NLS), system of software internationalization.

Link copied to clipboard
class MessageImpl(val key: String, args: Any?) : Message

Default implementation of Message interface. For Native Language Support (NLS), system of software internationalization.

Link copied to clipboard
open class NLS

MessageBundles classes extend this class, to implement a bundle.

Link copied to clipboard
interface NLSException

Interface that exceptions should implement to support lazy loading of messages.