Package org.europa.together.utils
Class Constraints
java.lang.Object
org.europa.together.utils.Constraints
Constraints for the package CORE.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Hexadecimal representation of 255.static final int
Hexadecimal representation of 256.static final int
* Magic constant.static final int
Magic constant.static final int
Magic constant.static final int
Magic constant.static final String
The Software License of the artifact.static final String
A short description of the module.static final String
Name of the module (artifact), also used for ConfigurationDAO.static final String
Version of the module (artifact).static final String
Detect the directory where the application is running.static final TimeZone
The default timezone is used by the artifact.static final String
Detect the Operating System (OS) where the application is running.static final String
Detect the home directory of the user in the OS. -
Method Summary
-
Field Details
-
MODULE_NAME
Name of the module (artifact), also used for ConfigurationDAO. -
MODULE_VERSION
Version of the module (artifact). This Version is autogenerated by the Maven POM file version entry. -
LICENSE
The Software License of the artifact.- See Also:
-
MODULE_DESCRIPTION
A short description of the module. -
SYSTEM_DEFAULT_TIMEZONE
The default timezone is used by the artifact. -
SYSTEM_OS
Detect the Operating System (OS) where the application is running. -
SYSTEM_USER_HOME_DIR
Detect the home directory of the user in the OS. -
SYSTEM_APP_DIR
Detect the directory where the application is running. -
INT_128
public static final int INT_128Magic constant.- See Also:
-
INT_512
public static final int INT_512Magic constant.- See Also:
-
INT_1024
public static final int INT_1024* Magic constant.- See Also:
-
INT_4096
public static final int INT_4096Magic constant.- See Also:
-
HEX_255
public static final int HEX_255Hexadecimal representation of 255.- See Also:
-
HEX_256
public static final int HEX_256Hexadecimal representation of 256.- See Also:
-
-
Method Details
-
printConstraintInfo
Implements a static version of toString();.- Returns:
- Constraints as String
-