Class Constraints

java.lang.Object
org.europa.together.utils.Constraints

public final class Constraints extends Object
Constraints for the package CORE.
  • Field Details

    • MODULE_NAME

      public static final String MODULE_NAME
      Name of the module (artifact), also used for ConfigurationDAO.
    • MODULE_VERSION

      public static final String MODULE_VERSION
      Version of the module (artifact). This Version is autogenerated by the Maven POM file version entry.
    • LICENSE

      public static final String LICENSE
      The Software License of the artifact.
      See Also:
    • MODULE_DESCRIPTION

      public static final String MODULE_DESCRIPTION
      A short description of the module.
    • SYSTEM_DEFAULT_TIMEZONE

      public static final TimeZone SYSTEM_DEFAULT_TIMEZONE
      The default timezone is used by the artifact.
    • SYSTEM_OS

      public static final String SYSTEM_OS
      Detect the Operating System (OS) where the application is running.
    • SYSTEM_USER_HOME_DIR

      public static final String SYSTEM_USER_HOME_DIR
      Detect the home directory of the user in the OS.
    • SYSTEM_APP_DIR

      public static final String SYSTEM_APP_DIR
      Detect the directory where the application is running.
    • INT_128

      public static final int INT_128
      Magic constant.
      See Also:
    • INT_512

      public static final int INT_512
      Magic constant.
      See Also:
    • INT_1024

      public static final int INT_1024
      * Magic constant.
      See Also:
    • INT_4096

      public static final int INT_4096
      Magic constant.
      See Also:
    • HEX_255

      public static final int HEX_255
      Hexadecimal representation of 255.
      See Also:
    • HEX_256

      public static final int HEX_256
      Hexadecimal representation of 256.
      See Also:
  • Method Details

    • printConstraintInfo

      public static String printConstraintInfo()
      Implements a static version of toString();.
      Returns:
      Constraints as String