Class Messages.Keys

java.lang.Object
org.apache.sis.util.resources.KeyConstants
org.apache.sis.util.resources.Messages.Keys
Enclosing class:
Messages

public static final class Messages.Keys extends KeyConstants
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 Details

    • INSTANCE

      static final Messages.Keys 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_1
      Cannot create the {0} schema in database.
      See Also:
    • CanNotInstantiateForIdentifier_3

      public static final short CanNotInstantiateForIdentifier_3
      Cannot instantiate the object of type ‘{0}’ identified by “{1}”. Reason is:{2}
      See Also:
    • ChangedContainerCapacity_2

      public static final short ChangedContainerCapacity_2
      Changed the container capacity from {0} to {1} elements.
      See Also:
    • ConfigurationOf_3

      public static final short ConfigurationOf_3
      Configuration of “{0}” received on {1} in {2} seconds.
      See Also:
    • ConnectedToGeospatialDatabase_1

      public static final short ConnectedToGeospatialDatabase_1
      Connected to geospatial database on “{0}”.
      See Also:
    • CreateDurationFromIdentifier_3

      public static final short CreateDurationFromIdentifier_3
      Created an instance of ‘{0}’ from the “{1}” identifier in {2} seconds.
      See Also:
    • CreateDuration_2

      public static final short CreateDuration_2
      Created an instance of ‘{0}’ in {1} seconds.
      See Also:
    • CreatedIdentifiedObject_3

      public static final short CreatedIdentifiedObject_3
      Created an instance of ‘{0}’ named “{1}” with the “{2}” identifier.
      See Also:
    • CreatedNamedObject_2

      public static final short CreatedNamedObject_2
      Created an instance of ‘{0}’ named “{1}”.
      See Also:
    • CreatingSchema_2

      public static final short CreatingSchema_2
      Creating {0} schema in the “{1}” database.
      See Also:
    • DataDirectoryDoesNotExist_2

      public static final short DataDirectoryDoesNotExist_2
      The {0} environment variable is defined, but the given “{1}” value is not an existing directory.
      See Also:
    • DataDirectoryNotAccessible_2

      public static final short DataDirectoryNotAccessible_2
      Apache 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_1
      Apache SIS is not authorized to read information given by the “{0}” environment variable.
      See Also:
    • DataDirectoryNotReadable_2

      public static final short DataDirectoryNotReadable_2
      The “{1}” directory specified by the {0} environment variable exists but is not readable.
      See Also:
    • DataDirectoryNotSpecified_1

      public static final short DataDirectoryNotSpecified_1
      The “{0}” environment variable is not set.
      See Also:
    • DataDirectoryNotWritable_2

      public static final short DataDirectoryNotWritable_2
      Apache SIS cannot write in the “{1}” directory given by the {0} environment variable.
      See Also:
    • DataDirectory_2

      public static final short DataDirectory_2
      Environment variable {0} specifies the “{1}” data directory.
      See Also:
    • DiscardedExclusiveProperty_2

      public static final short DiscardedExclusiveProperty_2
      Property “{0}” has been discarded in favor of “{1}”, because those two properties are mutually exclusive.
      See Also:
    • DroppedForeignerKey_1

      public static final short DroppedForeignerKey_1
      Dropped the “{0}” foreigner key constraint.
      See Also:
    • IgnoredPropertiesAfterFirst_1

      public static final short IgnoredPropertiesAfterFirst_1
      Ignored properties after the first occurrence of ‘{0}’.
      See Also:
    • IgnoredPropertyAssociatedTo_1

      public static final short IgnoredPropertyAssociatedTo_1
      Ignored property associated to ‘{0}’.
      See Also:
    • IgnoredPropertyValue_1

      public static final short IgnoredPropertyValue_1
      Ignored value of property ‘{0}’.
      See Also:
    • IncompleteParsing_1

      public static final short IncompleteParsing_1
      Parsing of “{0}” done, but some elements were ignored.
      See Also:
    • InsertDuration_2

      public static final short InsertDuration_2
      Inserted {0} records in {1} seconds.
      See Also:
    • JNDINotSpecified_1

      public static final short JNDINotSpecified_1
      No object associated to the “{0}” JNDI name.
      See Also:
    • LocalesDiscarded

      public static final short LocalesDiscarded
      Text were discarded for some locales.
      See Also:
    • NonConformFormatting_1

      public static final short NonConformFormatting_1
      This “{0}” formatting is a departure from standard format.
      See Also:
    • OptionalModuleNotFound_1

      public static final short OptionalModuleNotFound_1
      Optional module “{0}” requested but not found.
      See Also:
    • PossibleInconsistency_1

      public static final short PossibleInconsistency_1
      Possible inconsistency in “{0}”.
      See Also:
    • PropertyHiddenBy_2

      public static final short PropertyHiddenBy_2
      Property “{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 UnknownElementsInText
      The text contains unknown elements:
      See Also:
    • UnknownKeywordInRecord_2

      public static final short UnknownKeywordInRecord_2
      Loading of “{0}” done, but some records were ignored because of unrecognized keywords: {1}
      See Also:
    • UnparsableValueStoredAsText_2

      public static final short UnparsableValueStoredAsText_2
      Cannot 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()
      For INSTANCE creation only.