Package org.apache.sis.util.resources
Class Messages.Keys
java.lang.Object
org.apache.sis.util.resources.KeyConstants
org.apache.sis.util.resources.Messages.Keys
- Enclosing class:
- Messages
Resource keys. This class is used when compiling sources, but no dependencies to
Keys
should appear in any resulting class files. Since the Java compiler
inlines final integer values, using long identifiers will not bloat the constant
pools of compiled classes.- Since:
- 0.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final short
{0} “{1}” is already registered.static final short
Cannot create the {0} schema in database.static final short
Cannot instantiate the object of type ‘{0}’ identified by “{1}”.static final short
Changed the container capacity from {0} to {1} elements.static final short
Configuration of “{0}” received on {1} in {2} seconds.static final short
Connected to geospatial database on “{0}”.static final short
Created an instance of ‘{0}’ named “{1}” with the “{2}” identifier.static final short
Created an instance of ‘{0}’ named “{1}”.static final short
Created an instance of ‘{0}’ in {1} seconds.static final short
Created an instance of ‘{0}’ from the “{1}” identifier in {2} seconds.static final short
Creating {0} schema in the “{1}” database.static final short
Environment variable {0} specifies the “{1}” data directory.static final short
The {0} environment variable is defined, but the given “{1}” value is not an existing directory.static final short
Apache SIS is not authorized to access the “{1}” sub-directory in the directory given by the {0} environment variable.static final short
Apache SIS is not authorized to read information given by the “{0}” environment variable.static final short
The “{1}” directory specified by the {0} environment variable exists but is not readable.static final short
The “{0}” environment variable is not set.static final short
Apache SIS cannot write in the “{1}” directory given by the {0} environment variable.static final short
Property “{0}” has been discarded in favor of “{1}”, because those two properties are mutually exclusive.static final short
Dropped the “{0}” foreigner key constraint.static final short
Ignored properties after the first occurrence of ‘{0}’.static final short
Ignored property associated to ‘{0}’.static final short
Ignored value of property ‘{0}’.static final short
Parsing of “{0}” done, but some elements were ignored.static final short
Inserted {0} records in {1} seconds.(package private) static final Messages.Keys
The unique instance of key constants handler.static final short
No object associated to the “{0}” JNDI name.static final short
Text were discarded for some locales.static final short
This “{0}” formatting is a departure from standard format.static final short
Optional module “{0}” requested but not found.static final short
Possible inconsistency in “{0}”.static final short
Property “{0}” is hidden by “{1}”.static final short
“{0}” is not the name of a known list of codes.static final short
The text contains unknown elements:static final short
Loading of “{0}” done, but some records were ignored because of unrecognized keywords: {1}static final short
Cannot parse “{1}” as an instance of ‘{0}’. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sis.util.resources.KeyConstants
getKeyName, getKeyNames, getKeyValue
-
Field Details
-
INSTANCE
The unique instance of key constants handler. -
AlreadyRegistered_2
public static final short AlreadyRegistered_2{0} “{1}” is already registered. The second instance will be ignored.- See Also:
-
CanNotCreateSchema_1
public static final short CanNotCreateSchema_1Cannot create the {0} schema in database.- See Also:
-
CanNotInstantiateForIdentifier_3
public static final short CanNotInstantiateForIdentifier_3Cannot instantiate the object of type ‘{0}’ identified by “{1}”. Reason is:{2}- See Also:
-
ChangedContainerCapacity_2
public static final short ChangedContainerCapacity_2Changed the container capacity from {0} to {1} elements.- See Also:
-
ConfigurationOf_3
public static final short ConfigurationOf_3Configuration of “{0}” received on {1} in {2} seconds.- See Also:
-
ConnectedToGeospatialDatabase_1
public static final short ConnectedToGeospatialDatabase_1Connected to geospatial database on “{0}”.- See Also:
-
CreateDurationFromIdentifier_3
public static final short CreateDurationFromIdentifier_3Created an instance of ‘{0}’ from the “{1}” identifier in {2} seconds.- See Also:
-
CreateDuration_2
public static final short CreateDuration_2Created an instance of ‘{0}’ in {1} seconds.- See Also:
-
CreatedIdentifiedObject_3
public static final short CreatedIdentifiedObject_3Created an instance of ‘{0}’ named “{1}” with the “{2}” identifier.- See Also:
-
CreatedNamedObject_2
public static final short CreatedNamedObject_2Created an instance of ‘{0}’ named “{1}”.- See Also:
-
CreatingSchema_2
public static final short CreatingSchema_2Creating {0} schema in the “{1}” database.- See Also:
-
DataDirectoryDoesNotExist_2
public static final short DataDirectoryDoesNotExist_2The {0} environment variable is defined, but the given “{1}” value is not an existing directory.- See Also:
-
DataDirectoryNotAccessible_2
public static final short DataDirectoryNotAccessible_2Apache SIS is not authorized to access the “{1}” sub-directory in the directory given by the {0} environment variable.- See Also:
-
DataDirectoryNotAuthorized_1
public static final short DataDirectoryNotAuthorized_1Apache SIS is not authorized to read information given by the “{0}” environment variable.- See Also:
-
DataDirectoryNotReadable_2
public static final short DataDirectoryNotReadable_2The “{1}” directory specified by the {0} environment variable exists but is not readable.- See Also:
-
DataDirectoryNotSpecified_1
public static final short DataDirectoryNotSpecified_1The “{0}” environment variable is not set.- See Also:
-
DataDirectoryNotWritable_2
public static final short DataDirectoryNotWritable_2Apache SIS cannot write in the “{1}” directory given by the {0} environment variable.- See Also:
-
DataDirectory_2
public static final short DataDirectory_2Environment variable {0} specifies the “{1}” data directory.- See Also:
-
DiscardedExclusiveProperty_2
public static final short DiscardedExclusiveProperty_2Property “{0}” has been discarded in favor of “{1}”, because those two properties are mutually exclusive.- See Also:
-
DroppedForeignerKey_1
public static final short DroppedForeignerKey_1Dropped the “{0}” foreigner key constraint.- See Also:
-
IgnoredPropertiesAfterFirst_1
public static final short IgnoredPropertiesAfterFirst_1Ignored properties after the first occurrence of ‘{0}’.- See Also:
-
IgnoredPropertyAssociatedTo_1
public static final short IgnoredPropertyAssociatedTo_1Ignored property associated to ‘{0}’.- See Also:
-
IgnoredPropertyValue_1
public static final short IgnoredPropertyValue_1Ignored value of property ‘{0}’.- See Also:
-
IncompleteParsing_1
public static final short IncompleteParsing_1Parsing of “{0}” done, but some elements were ignored.- See Also:
-
InsertDuration_2
public static final short InsertDuration_2Inserted {0} records in {1} seconds.- See Also:
-
JNDINotSpecified_1
public static final short JNDINotSpecified_1No object associated to the “{0}” JNDI name.- See Also:
-
LocalesDiscarded
public static final short LocalesDiscardedText were discarded for some locales.- See Also:
-
NonConformFormatting_1
public static final short NonConformFormatting_1This “{0}” formatting is a departure from standard format.- See Also:
-
OptionalModuleNotFound_1
public static final short OptionalModuleNotFound_1Optional module “{0}” requested but not found.- See Also:
-
PossibleInconsistency_1
public static final short PossibleInconsistency_1Possible inconsistency in “{0}”.- See Also:
-
PropertyHiddenBy_2
public static final short PropertyHiddenBy_2Property “{0}” is hidden by “{1}”.- See Also:
-
UnknownCodeList_1
public static final short UnknownCodeList_1“{0}” is not the name of a known list of codes.- See Also:
-
UnknownElementsInText
public static final short UnknownElementsInTextThe text contains unknown elements:- See Also:
-
UnknownKeywordInRecord_2
public static final short UnknownKeywordInRecord_2Loading of “{0}” done, but some records were ignored because of unrecognized keywords: {1}- See Also:
-
UnparsableValueStoredAsText_2
public static final short UnparsableValueStoredAsText_2Cannot parse “{1}” as an instance of ‘{0}’. The value is stored as plain text instead, but will be ignored by some processing.- See Also:
-
-
Constructor Details
-
Keys
private Keys()ForINSTANCE
creation only.
-