net.sf.mmm.util
Class NlsBundleUtilCore
java.lang.Object
java.util.ResourceBundle
net.sf.mmm.util.nls.base.AbstractResourceBundle
net.sf.mmm.util.NlsBundleUtilCore
public class NlsBundleUtilCore
- extends AbstractResourceBundle
This class holds the internationalized messages for this module.
- Since:
- 1.0.2
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
| Methods inherited from class java.util.ResourceBundle |
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, handleKeySet, keySet, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INF_LEFT
public static final String INF_LEFT
- See Also:
HorizontalAlignment.LEFT,
Constant Field Values
INF_RIGHT
public static final String INF_RIGHT
- See Also:
HorizontalAlignment.RIGHT,
Constant Field Values
INF_CENTER
public static final String INF_CENTER
- See Also:
HorizontalAlignment.CENTER,
Constant Field Values
INF_AND
public static final String INF_AND
- See Also:
Conjunction.AND,
Constant Field Values
INF_OR
public static final String INF_OR
- See Also:
Conjunction.OR,
Constant Field Values
INF_NAND
public static final String INF_NAND
- See Also:
Conjunction.NAND,
Constant Field Values
INF_NOR
public static final String INF_NOR
- See Also:
Conjunction.NOR,
Constant Field Values
INF_GREATER_THAN
public static final String INF_GREATER_THAN
- See Also:
Comparator.GREATER_THAN,
Constant Field Values
INF_GREATER_OR_EQUAL
public static final String INF_GREATER_OR_EQUAL
- See Also:
Comparator.GREATER_OR_EQUAL,
Constant Field Values
INF_EQUAL
public static final String INF_EQUAL
- See Also:
Comparator.EQUAL,
Constant Field Values
INF_NOT_EQUAL
public static final String INF_NOT_EQUAL
- See Also:
Comparator.NOT_EQUAL,
Constant Field Values
INF_LESS_THAN
public static final String INF_LESS_THAN
- See Also:
Comparator.LESS_THAN,
Constant Field Values
INF_LESS_OR_EQUAL
public static final String INF_LESS_OR_EQUAL
- See Also:
Comparator.LESS_OR_EQUAL,
Constant Field Values
ERR_VALUE_WRONG_TYPE
public static final String ERR_VALUE_WRONG_TYPE
- See Also:
WrongValueTypeException,
Constant Field Values
ERR_VALUE_WRONG_TYPE_SOURCE
public static final String ERR_VALUE_WRONG_TYPE_SOURCE
- See Also:
WrongValueTypeException,
Constant Field Values
ERR_VALUE_NOT_SET
public static final String ERR_VALUE_NOT_SET
- See Also:
ValueNotSetException,
Constant Field Values
ERR_PARSE_EXPECTED
public static final String ERR_PARSE_EXPECTED
- See Also:
NlsParseException,
Constant Field Values
ERR_PARSE_TYPE
public static final String ERR_PARSE_TYPE
- See Also:
NlsParseException,
Constant Field Values
ERR_PARSE_TYPE_SOURCE
public static final String ERR_PARSE_TYPE_SOURCE
- See Also:
NlsParseException,
Constant Field Values
ERR_PARSE_FORMAT
public static final String ERR_PARSE_FORMAT
- See Also:
NlsParseException,
Constant Field Values
ERR_PARSE_FORMAT_SOURCE
public static final String ERR_PARSE_FORMAT_SOURCE
- See Also:
NlsParseException,
Constant Field Values
ERR_VALUE_OUT_OF_RANGE
public static final String ERR_VALUE_OUT_OF_RANGE
- See Also:
ValueOutOfRangeException,
Constant Field Values
ERR_VALUE_OUT_OF_RANGE_SOURCE
public static final String ERR_VALUE_OUT_OF_RANGE_SOURCE
- See Also:
ValueOutOfRangeException,
Constant Field Values
ERR_VALUE_CONVERT
public static final String ERR_VALUE_CONVERT
- See Also:
ValueConvertException,
Constant Field Values
ERR_VALUE_CONVERT_SOURCE
public static final String ERR_VALUE_CONVERT_SOURCE
- See Also:
ValueConvertException,
Constant Field Values
ERR_RESOURCE_MISSING
public static final String ERR_RESOURCE_MISSING
- See Also:
ResourceMissingException,
Constant Field Values
ERR_RESOURCE_AMBIGUOUS
public static final String ERR_RESOURCE_AMBIGUOUS
- See Also:
ResourceAmbiguousException,
Constant Field Values
ERR_RESOURCE_AMBIGUOUS_WITH_IDS
public static final String ERR_RESOURCE_AMBIGUOUS_WITH_IDS
- See Also:
ResourceAmbiguousException,
Constant Field Values
ERR_ALREADY_INITIALIZED
public static final String ERR_ALREADY_INITIALIZED
- See Also:
AlreadyInitializedException,
Constant Field Values
ERR_NOT_INITIALIZED
public static final String ERR_NOT_INITIALIZED
- See Also:
NotInitializedException,
Constant Field Values
ERR_ILLEGAL_ARGUMENT
public static final String ERR_ILLEGAL_ARGUMENT
- See Also:
NlsIllegalArgumentException,
Constant Field Values
ERR_ILLEGAL_ARGUMENT_VALUE
public static final String ERR_ILLEGAL_ARGUMENT_VALUE
- See Also:
NlsIllegalArgumentException,
Constant Field Values
ERR_ILLEGAL_DATE
public static final String ERR_ILLEGAL_DATE
- See Also:
IllegalDateFormatException,
Constant Field Values
ERR_NUMBER_CONVERSION
public static final String ERR_NUMBER_CONVERSION
- See Also:
NumberConversionException,
Constant Field Values
ERR_IO
public static final String ERR_IO
- See Also:
RuntimeIoException,
Constant Field Values
ERR_IO_READ
public static final String ERR_IO_READ
- See Also:
RuntimeIoException,
Constant Field Values
ERR_IO_WRITE
public static final String ERR_IO_WRITE
- See Also:
RuntimeIoException,
Constant Field Values
ERR_IO_CLOSE
public static final String ERR_IO_CLOSE
- See Also:
RuntimeIoException,
Constant Field Values
ERR_IO_FLUSH
public static final String ERR_IO_FLUSH
- See Also:
RuntimeIoException,
Constant Field Values
ERR_IO_COPY
public static final String ERR_IO_COPY
- See Also:
RuntimeIoException,
Constant Field Values
ERR_STREAM_CLOSED
public static final String ERR_STREAM_CLOSED
- See Also:
StreamClosedException,
Constant Field Values
ERR_FILE_ALREADY_EXISTS
public static final String ERR_FILE_ALREADY_EXISTS
- See Also:
FileAlreadyExistsException,
Constant Field Values
ERR_FILE_NOT_EXISTS
public static final String ERR_FILE_NOT_EXISTS
- See Also:
FileNotExistsException,
Constant Field Values
ERR_FILE_CREATION_FAILED
public static final String ERR_FILE_CREATION_FAILED
- See Also:
FileCreationFailedException,
Constant Field Values
ERR_FILE_DELETION_FAILED
public static final String ERR_FILE_DELETION_FAILED
- See Also:
FileDeletionFailedException,
Constant Field Values
ERR_ARGUMENT_NULL
public static final String ERR_ARGUMENT_NULL
- See Also:
NlsNullPointerException,
Constant Field Values
ERR_CLASS_CAST
public static final String ERR_CLASS_CAST
- See Also:
NlsClassCastException,
Constant Field Values
ERR_DUPLICATE_OBJECT
public static final String ERR_DUPLICATE_OBJECT
- See Also:
DuplicateObjectException,
Constant Field Values
ERR_DUPLICATE_OBJECT_WITH_KEY
public static final String ERR_DUPLICATE_OBJECT_WITH_KEY
- See Also:
DuplicateObjectException,
Constant Field Values
ERR_OBJECT_NOT_FOUND
public static final String ERR_OBJECT_NOT_FOUND
- See Also:
ObjectNotFoundException,
Constant Field Values
ERR_OBJECT_NOT_FOUND_WITH_KEY
public static final String ERR_OBJECT_NOT_FOUND_WITH_KEY
- See Also:
ObjectNotFoundException,
Constant Field Values
ERR_ILLEGAL_STATE
public static final String ERR_ILLEGAL_STATE
- See Also:
NlsIllegalStateException,
Constant Field Values
ERR_COMPOSED
public static final String ERR_COMPOSED
- See Also:
ComposedException,
Constant Field Values
ERR_ILLEGAL_CASE
public static final String ERR_ILLEGAL_CASE
- See Also:
IllegalCaseException,
Constant Field Values
ERR_RESOURCE_NOT_AVAILABLE
public static final String ERR_RESOURCE_NOT_AVAILABLE
- See Also:
ResourceNotAvailableException,
Constant Field Values
ERR_RESOURCE_NOT_WRITABLE
public static final String ERR_RESOURCE_NOT_WRITABLE
- See Also:
ResourceNotWritableException,
Constant Field Values
ERR_RESOURCE_UNDEFINED_URI
public static final String ERR_RESOURCE_UNDEFINED_URI
- See Also:
ResourceUriUndefinedException,
Constant Field Values
ERR_UNSUPPORTED_OPERATION
public static final String ERR_UNSUPPORTED_OPERATION
- See Also:
NlsUnsupportedOperationException,
Constant Field Values
ERR_UNSUPPORTED_OPERATION_WITH_NAME
public static final String ERR_UNSUPPORTED_OPERATION_WITH_NAME
- See Also:
NlsUnsupportedOperationException,
Constant Field Values
ERR_TYPE_ILLEGAL_WILDCARD
public static final String ERR_TYPE_ILLEGAL_WILDCARD
- See Also:
IllegalWildcardSequenceException,
Constant Field Values
ERR_ANNOTATION_NOT_RUNTIME
public static final String ERR_ANNOTATION_NOT_RUNTIME
- See Also:
AnnotationNotRuntimeException,
Constant Field Values
ERR_ANNOTATION_NOT_FOR_TARGET
public static final String ERR_ANNOTATION_NOT_FOR_TARGET
- See Also:
AnnotationNotForTargetException,
Constant Field Values
ERR_CLASS_NOT_FOUND
public static final String ERR_CLASS_NOT_FOUND
- See Also:
TypeNotFoundException,
Constant Field Values
ERR_INCREASE_EXCEEDS_MAX_GROWTH
public static final String ERR_INCREASE_EXCEEDS_MAX_GROWTH
- See Also:
CollectionReflectionUtilImpl.create(Class),
Constant Field Values
ERR_UNKNOWN_COLLECTION_INTERFACE
public static final String ERR_UNKNOWN_COLLECTION_INTERFACE
- See Also:
UnknownCollectionInterfaceException,
Constant Field Values
ERR_INSTANTIATION_FAILED
public static final String ERR_INSTANTIATION_FAILED
- See Also:
InstantiationFailedException,
Constant Field Values
ERR_INVOCATION_FAILED
public static final String ERR_INVOCATION_FAILED
- See Also:
InvocationFailedException,
Constant Field Values
ERR_INVOCATION_FAILED_ON
public static final String ERR_INVOCATION_FAILED_ON
- See Also:
InvocationFailedException,
Constant Field Values
ERR_ACCESS_FAILED
public static final String ERR_ACCESS_FAILED
- See Also:
AccessFailedException,
Constant Field Values
ERR_BUFFER_LENGTH_EXCEED
public static final String ERR_BUFFER_LENGTH_EXCEED
- See Also:
BufferExceedException,
Constant Field Values
ERR_NLS_CHOICE_NO_ELSE
public static final String ERR_NLS_CHOICE_NO_ELSE
- See Also:
NlsFormatterChoiceNoElseConditionException,
Constant Field Values
ERR_NLS_CHOICE_ONLY_ELSE
public static final String ERR_NLS_CHOICE_ONLY_ELSE
- See Also:
NlsFormatterChoiceOnlyElseConditionException,
Constant Field Values
ERR_XML_INVALID
public static final String ERR_XML_INVALID
- See Also:
XmlInvalidException,
Constant Field Values
ERR_XML_INVALID_WITH_SOURCE
public static final String ERR_XML_INVALID_WITH_SOURCE
- See Also:
XmlInvalidException,
Constant Field Values
ERR_NODE_CYCLE
public static final String ERR_NODE_CYCLE
- See Also:
NodeCycleException,
Constant Field Values
ERR_CLI_OPTION_NAME_ILLEGAL
public static final String ERR_CLI_OPTION_NAME_ILLEGAL
- See Also:
CliOptionIllegalNameOrAliasException,
Constant Field Values
ERR_CLI_OPTION_INCOMPATIBLE_MODES
public static final String ERR_CLI_OPTION_INCOMPATIBLE_MODES
- See Also:
CliOptionIncompatibleModesException,
Constant Field Values
ERR_CLI_PARSER
public static final String ERR_CLI_PARSER
- See Also:
CliParserExcepiton,
Constant Field Values
INF_MAIN_MODE_HELP
public static final String INF_MAIN_MODE_HELP
- See Also:
AbstractMain,
Constant Field Values
INF_MAIN_MODE_VERSION
public static final String INF_MAIN_MODE_VERSION
- See Also:
AbstractMain,
Constant Field Values
INF_MAIN_MODE_DEFAULT
public static final String INF_MAIN_MODE_DEFAULT
- See Also:
AbstractMain,
Constant Field Values
MSG_MAIN_OPTION_HELP_USAGE
public static final String MSG_MAIN_OPTION_HELP_USAGE
- See Also:
AbstractMain,
Constant Field Values
MSG_MAIN_MODE_HELP_USAGE
public static final String MSG_MAIN_MODE_HELP_USAGE
- See Also:
AbstractMain,
Constant Field Values
MSG_MAIN_OPTION_VERSION_USAGE
public static final String MSG_MAIN_OPTION_VERSION_USAGE
- See Also:
AbstractVersionedMain,
Constant Field Values
MSG_MAIN_MODE_VERSION_USAGE
public static final String MSG_MAIN_MODE_VERSION_USAGE
- See Also:
AbstractMain,
Constant Field Values
MSG_SYNCHRONIZER_USAGE
public static final String MSG_SYNCHRONIZER_USAGE
- See Also:
ResourceBundleSynchronizer,
Constant Field Values
MSG_SYNCHRONIZER_USAGE_MODE_DEFAULT
public static final String MSG_SYNCHRONIZER_USAGE_MODE_DEFAULT
- See Also:
ResourceBundleSynchronizer,
Constant Field Values
MSG_SYNCHRONIZER_USAGE_LOCALES
public static final String MSG_SYNCHRONIZER_USAGE_LOCALES
- See Also:
ResourceBundleSynchronizer,
Constant Field Values
MSG_SYNCHRONIZER_USAGE_ENCODING
public static final String MSG_SYNCHRONIZER_USAGE_ENCODING
- See Also:
ResourceBundleSynchronizer,
Constant Field Values
MSG_SYNCHRONIZER_USAGE_PATH
public static final String MSG_SYNCHRONIZER_USAGE_PATH
- See Also:
ResourceBundleSynchronizer,
Constant Field Values
MSG_SYNCHRONIZER_USAGE_DATE_PATTERN
public static final String MSG_SYNCHRONIZER_USAGE_DATE_PATTERN
- See Also:
ResourceBundleSynchronizer,
Constant Field Values
MSG_SYNCHRONIZER_USAGE_BUNDLE_CLASS
public static final String MSG_SYNCHRONIZER_USAGE_BUNDLE_CLASS
- See Also:
ResourceBundleSynchronizer,
Constant Field Values
MSG_CLI_USAGE
public static final String MSG_CLI_USAGE
- See Also:
AbstractCliParser,
Constant Field Values
MSG_CLI_MODE_USAGE
public static final String MSG_CLI_MODE_USAGE
- See Also:
AbstractCliParser,
Constant Field Values
MSG_CLI_REQUIRED_OPTIONS
public static final String MSG_CLI_REQUIRED_OPTIONS
- See Also:
AbstractCliParser,
Constant Field Values
MSG_CLI_ADDITIONAL_OPTIONS
public static final String MSG_CLI_ADDITIONAL_OPTIONS
- See Also:
AbstractCliParser,
Constant Field Values
MSG_CLI_ARGUMENTS
public static final String MSG_CLI_ARGUMENTS
- See Also:
AbstractCliParser,
Constant Field Values
ERR_CLI_OPTION_DUPLICATE
public static final String ERR_CLI_OPTION_DUPLICATE
- See Also:
CliOptionDuplicateException,
Constant Field Values
ERR_CLI_OPTION_UNDEFINED
public static final String ERR_CLI_OPTION_UNDEFINED
- See Also:
CliOptionUndefinedException,
Constant Field Values
ERR_CLI_OPTION_MISSING_VALUE
public static final String ERR_CLI_OPTION_MISSING_VALUE
- See Also:
CliOptionMissingValueException,
Constant Field Values
ERR_CLI_OPTION_MISSING
public static final String ERR_CLI_OPTION_MISSING
- See Also:
CliOptionMissingException,
Constant Field Values
ERR_CLI_ARGUMENT_MISSING
public static final String ERR_CLI_ARGUMENT_MISSING
- See Also:
CliArgumentMissingException,
Constant Field Values
ERR_CLI_ARGUMENT_REFERENCE_MISSING
public static final String ERR_CLI_ARGUMENT_REFERENCE_MISSING
- See Also:
CliArgumentReferenceMissingException,
Constant Field Values
ERR_CLI_OPTION_MISPLACED
public static final String ERR_CLI_OPTION_MISPLACED
- See Also:
CliOptionMisplacedException,
Constant Field Values
ERR_CLI_OPTION_AND_ARGUMENT_ANNOTATION
public static final String ERR_CLI_OPTION_AND_ARGUMENT_ANNOTATION
- See Also:
CliOptionAndArgumentAnnotationException,
Constant Field Values
ERR_CLI_PARAMETER_LIST_EMPTY
public static final String ERR_CLI_PARAMETER_LIST_EMPTY
- See Also:
CliParameterListEmptyException,
Constant Field Values
ERR_CLI_CLASS_NO_PROPERTY
public static final String ERR_CLI_CLASS_NO_PROPERTY
- See Also:
CliClassNoPropertyException,
Constant Field Values
ERR_CLI_MODE_UNDEFINED
public static final String ERR_CLI_MODE_UNDEFINED
- See Also:
CliModeUndefinedException,
Constant Field Values
ERR_POJO_PROPERTY_NOT_FOUND
public static final String ERR_POJO_PROPERTY_NOT_FOUND
- See Also:
PojoPropertyNotFoundException,
Constant Field Values
ERR_POJO_PROPERTY_NOT_ACCESSABLE
public static final String ERR_POJO_PROPERTY_NOT_ACCESSABLE
- See Also:
PojoPropertyNotFoundException,
Constant Field Values
ERR_POJO_FUNCTION_UNDEFINED
public static final String ERR_POJO_FUNCTION_UNDEFINED
- See Also:
IllegalPojoPathException,
Constant Field Values
ERR_POJO_FUNCTION_UNSUPPORTED_OPERATION
public static final String ERR_POJO_FUNCTION_UNSUPPORTED_OPERATION
- See Also:
PojoPathFunctionUnsupportedOperationException,
Constant Field Values
ERR_POJO_PATH_UNSAFE
public static final String ERR_POJO_PATH_UNSAFE
- See Also:
PojoPathUnsafeException,
Constant Field Values
ERR_POJO_PATH_SEGMENT_IS_NULL
public static final String ERR_POJO_PATH_SEGMENT_IS_NULL
- See Also:
PojoPathSegmentIsNullException,
Constant Field Values
ERR_POJO_PATH_CREATION
public static final String ERR_POJO_PATH_CREATION
- See Also:
PojoPathCreationException,
Constant Field Values
ERR_POJO_PATH_ACCESS
public static final String ERR_POJO_PATH_ACCESS
- See Also:
PojoPathAccessException,
Constant Field Values
ERR_POJO_PATH_ILLEGAL
public static final String ERR_POJO_PATH_ILLEGAL
- See Also:
IllegalPojoPathException,
Constant Field Values
ERR_POJO_PATH_CACHING_DISABLED
public static final String ERR_POJO_PATH_CACHING_DISABLED
- See Also:
PojoPathCachingDisabledException,
Constant Field Values
ERR_POJO_PATH_CONVERSION
public static final String ERR_POJO_PATH_CONVERSION
- See Also:
PojoPathConversionException,
Constant Field Values
NlsBundleUtilCore
public NlsBundleUtilCore()
Copyright © 2001-2010 mmm-Team. All Rights Reserved.