This class provides a bunch of commonly used constants.
The constants are arranged into several categories.
- Physical constants like gravity and speed of light.
- XML constants, like often used names for entities and attributes.
- Miscellaneous constants like the empty string or the null char.
- Author:
- Thomas Thrien (thomas.thrien@tquadrat.org)
- Version:
- $Id: CommonConstants.java 1134 2024-05-20 16:53:16Z tquadrat $
- Since:
- 0.0.5
- UML Diagram
-
UML Diagram for "org.tquadrat.foundation.lang.CommonConstants"
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Charset
The reference to the ASCII character set.static final String
The lead-in for a CDATA wrapped String: "<![CDATA["static final String
The lead-out for a CDATA wrapped String: "]]>"static final char
The horizontal ellipsis: … (…/…/…/…).static final char
The hyphen character (‐/‐/‐/HYPHEN).
This is different from the character '-' (HYPHEN-MINUS), although it looks similar.static final char
The non-breaking space character ( / ).static final char
The small non-breaking space character ( / ).static final char
The zero-width non-breaking space character; in fact, the 'word joiner' character that should be used instead of the original character.static final String
The line terminator as defined by the underlying operating system.static final char
The decimal separator for the current locale.static final String
The default application id if nothing else could be used: "Default Program Main".static final CharSequence
An empty char sequence.static final Object[]
An empty array ofObject
objects.static final String
The empty string.static final String[]
An empty array ofString
instances.static final String
The Java installation directory: "JAVA_HOME".static final int
The End-Of-File marker for streams: -1.static final BigDecimal
The Gravity constant: 6.672E-11 (N * m2)/(kg2).Returnstrue
if the provided reference isnull
otherwise returnsfalse
.static final Charset
The reference to the ISO-8859-1 character set.Returnstrue
if the provided reference is non-null
otherwise returnsfalse
.static final int
The index value indicating that nothing was found: -1.static final String
A String containing onlyNUL
(theNULL_CHAR
).static final char
The null character.static final String
A String containing the sequence "null".static final String
The system property for the application id as used by the logging sub-system: "org.tquadrat.logging.applicationId".static final String
The vested system property for the current class path: "java.class.path".static final String
The vested system property for the architecture of the current CPU: "os.arch".static final String
The vested system property for the file encoding used by the JVM: "file.encoding".static final String
The system property providing the flag that indicates whether the program is running in a headless mode, meaning that is does not have any kind of a graphical user interface: "java.awt.headless".static final String
The system property that is used to enable the debug mode: "isDebug".static final String
The system property that is used to enable the test mode: "isTest".static final String
The vested system property for the Java installation directory: "java.home".static final String
The system property for the name of the Java runtime: "java.runtime.name".static final String
The vested system property for the Java vendor: "java.vendor".static final String
The vested system property for the homepage URL of the Java vendor: "java.vendor.url".static final String
The vested system property for the Java version: "java.version".static final String
The vested system property for the name of the current JVM: "java.vm.name".static final String
The vested system property for the name of the vendor for the current JVM: "java.vm.vendor".static final String
The vested system property for the version of the current JVM: "java.vm.version".static final String
The vested system property for the line separator: "line.separator".static final String
The optional system property for the name of the class that provides the configuration the JDK logger: "java.util.logging.config.class".static final String
The optional system property for the name of the configuration file for the JDK logger: "java.util.logging.config.file".static final String
The optional system property for enabling java mail session debug: "javax.mail.Session.debug".static final String
The (vested [?])static final String
The system property for the name of the packages with URL protocol handlers: "java.protocol.handler.pkgs".static final String
The vested system property for the name of the current operating system: "os.name".static final String
The vested system property for the version of the current operating system: "os.version".static final String
The system property for the location of the system preferences files on a UNIX/Linux system: "java.util.prefs.systemRoot".
If not set, the location is/etc/
, resulting to/etc/.java/.systemPrefs
.
If the default location is used, the respective folder has to be created by a user withroot
permissions; the files in there should have the rights 544, while the folder and its sub-folders should have 755.static final String
The system property for the location of the user preferences files on a UNIX/Linux system: "java.util.prefs.userRoot".
If not set, the location is~/
, resulting to~/.java/.userPrefs/
.static final String
The system property for the synchronisation interval of the preferences on a UNIX/Linux system, in seconds: "java.util.prefs.syncInterval".
If not set, the interval is 30 seconds.static final String
The system property that is used to force the encoding for aPropertyResourceBundle
: "java.util.PropertyResourceBundle.encoding".static final String
The system property for the class name of the SAX XML parser factory: "javax.xml.parsers.SAXParserFactory".static final String
The system property for the name of the file with the SSL key store: "javax.net.ssl.keyStore".static final String
The system property for the password for the SSL key store: "javax.net.ssl.keyStorePassword".static final String
The vested system property for the name of thetemp
folder that is used by the current user: "java.io.tmpdir".static final String
The system property for the country code setting for the current user: "user.country".static final String
The vested system property for the name of the current working directory of the current user: "user.dir".static final String
The vested system property for the name of the home directory of the current user: "user.home".static final String
The system property for the language code setting the current user: "user.language".static final String
The vested system property for the name of the current user: "user.name".static final String
The system property for the time zone setting the current user: "user.timezone".static final BigDecimal
The speed of light in km per second = 299792.458 km/s.static final BigDecimal
The value for 1 G: 9.80665 m/(s2)static final char
The grouping separator for the current locale, used with large numbers to separate thousands.static final String
The name of the main thread group: "main".
This is the group of the main thread.static final String
The name of the system thread group: "system".
This is the group of several system threads and the parent thread group for the main thread group.static final long
The time between 1582-10-15T00:00 (the start of the Gregorian calendar) and 1970-01-01T00:00 (the beginning of the "Epoch") in seconds: 12219292800L.static final BigDecimal
The length of a (tropical) year in days, according to SI: 365.242190517 d.static final String
A String containing the sequence "<UNKNOWN>".static final Charset
The reference to the US-ASCII character set; this is the same as the ASCII character set.static final TimeZone
Deprecated, for removal: This API element is subject to removal in a future version.static final Charset
The reference to the UTF-8 character set.static final String
The attribute name for an XML attribute holding a category of something: "category".static final String
The attribute name for an XML attribute holding a class name: "class".static final String
The attribute name for an XML attribute holding a date, usually without the time information: "date".static final String
The attribute name for an XML attribute holding a file name: "file".static final String
The attribute name for the XML id attribute: "xml:id".static final String
The attribute name for the XML idref attribute: "idref".static final String
The attribute name for the XML language attribute: "xml:lang".static final String
The attribute name for the XML name attribute: "name".
Only names that follow exact rules for their character set can be stored in XML attributes, but free names have to be stored as XML elements.static final String
The name for the node id XML attribute: "node".static final String
The name for the PID XML attribute: "pid".static final String
The name for the reference XML attribute: "reference".static final String
The name for the sequence number XML attribute: "sequenceNumber".static final String
The name for the status XML attribute: "status".static final String
The attribute name for an XML attribute holding a time, usually without the date information: "time".static final String
The name for an XML attribute holding a date/time: "timestamp".static final String
The name for an XML attribute holding a type, in the sense of a category or model, and usually not in the sense this term is used in the context of programming languages: "type".static final String
The name for the user id XML attribute: "userId".static final String
The name for the version XML attribute: "version".static final String
The attribute name for the XML space attribute: "xml:space".static final String
The element name for an XML element representing a comment: "comment".
This is not an XML comment (they will be written as<!
static final String
The element name for an XML element holding a date, usually without the time information: "date".static final String
The element name for an XML element representing a description of some kind: "description".static final String
The element name for an XML element containing a message: "message".static final String
The element name for an XML element representing a name of some kind: "name".
Only names that follow exact rules for their character set can be stored in XML attributes, but free names have to be stored as XML elements.static final String
The element name for an XML element holding text: "text".static final String
The element name for an XML element holding a time, usually without the date information: "time".static final String
The name for an XML element holding a date/time: "timestamp".static final ZoneId
Deprecated.UseZoneOffset.UTC
instead. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CHAR_ELLIPSIS
The horizontal ellipsis: … (…/…/…/…).- See Also:
-
CHAR_HYPHEN
The hyphen character (‐/‐/‐/HYPHEN).
This is different from the character '-' (HYPHEN-MINUS), although it looks similar. This character can be used as a replacement for the HYPHEN-MINUS in contexts where HYPHEN-MINUS has a special meaning.- See Also:
-
CHAR_NBSP
The non-breaking space character ( / ).- See Also:
-
CHAR_NNBSP
The small non-breaking space character ( / ).- See Also:
-
CHAR_ZWNBSP
The zero-width non-breaking space character; in fact, the 'word joiner' character that should be used instead of the original character.- See Also:
-
EMPTY_Object_ARRAY
An empty array ofObject
objects. -
EMPTY_String_ARRAY
An empty array ofString
instances. -
GRAVITY_CONSTANT
The Gravity constant: 6.672E-11 (N * m2)/(kg2). An alternative unit for the constant is (m3)/(kg * s2). -
SPEED_OF_LIGHT
The speed of light in km per second = 299792.458 km/s. -
STANDARD_G
The value for 1 G: 9.80665 m/(s2) -
TIME_DELTA_BEGINGREGORIAN2BEGINEPOCH
The time between 1582-10-15T00:00 (the start of the Gregorian calendar) and 1970-01-01T00:00 (the beginning of the "Epoch") in seconds: 12219292800L.
This constant is used for example to determine the number of nanoseconds since the beginning of the Gregorian calendar, and that is used to create UUIDs based on time and location.
- See Also:
-
TROPICAL_YEAR
The length of a (tropical) year in days, according to SI: 365.242190517 d. -
ENV_JAVA_HOME
The Java installation directory: "JAVA_HOME".- See Also:
-
PROPERTY_APPLICATIONID
The system property for the application id as used by the logging sub-system: "org.tquadrat.logging.applicationId".
For details on this refer to the project
logging
.- See Also:
-
PROPERTY_CLASSPATH
The vested system property for the current class path: "java.class.path".- See Also:
-
PROPERTY_CPUARCHITECTURE
The vested system property for the architecture of the current CPU: "os.arch".- See Also:
-
PROPERTY_FILE_ENCODING
The vested system property for the file encoding used by the JVM: "file.encoding".- See Also:
-
PROPERTY_HEADLESS
The system property providing the flag that indicates whether the program is running in a headless mode, meaning that is does not have any kind of a graphical user interface: "java.awt.headless".
Instead of checking the property directly, a call to
java.awt.GraphicsEnvironment#isHeadless()
will return the same result, but it would require to add the modulejava.desktop
to the dependencies of the current module.JavaFX does not have a headless mode as such (although there are several solutions for headless testing of JavaFX applications), but this flag can still be used to decide whether a JavaFX can run or not: basically, AWT, Swing and JavaFX need the same resources, a keyboard, a mouse and a graphical display.
- See Also:
-
PROPERTY_IS_DEBUG
The system property that is used to enable the debug mode: "isDebug".- See Also:
-
PROPERTY_IS_TEST
The system property that is used to enable the test mode: "isTest".- See Also:
-
PROPERTY_JAVA_HOME
The vested system property for the Java installation directory: "java.home".- See Also:
-
PROPERTY_JAVA_RUNTIME
The system property for the name of the Java runtime: "java.runtime.name".- See Also:
-
PROPERTY_JAVA_VENDOR
The vested system property for the Java vendor: "java.vendor".- See Also:
-
PROPERTY_JAVA_VENDOR_URL
The vested system property for the homepage URL of the Java vendor: "java.vendor.url".- See Also:
-
PROPERTY_JAVA_VERSION
The vested system property for the Java version: "java.version".- See Also:
-
PROPERTY_JVM_NAME
The vested system property for the name of the current JVM: "java.vm.name".- See Also:
-
PROPERTY_JVM_VENDOR
The vested system property for the name of the vendor for the current JVM: "java.vm.vendor".- See Also:
-
PROPERTY_JVM_VERSION
The vested system property for the version of the current JVM: "java.vm.version".- See Also:
-
PROPERTY_LINE_SEPARATOR
The vested system property for the line separator: "line.separator".- See Also:
-
PROPERTY_LOGGING_CONFIG_CLASS
The optional system property for the name of the class that provides the configuration the JDK logger: "java.util.logging.config.class".- See Also:
-
PROPERTY_LOGGING_CONFIG_FILE
The optional system property for the name of the configuration file for the JDK logger: "java.util.logging.config.file".- See Also:
-
PROPERTY_MAIL_SESSION_DEBUG
The optional system property for enabling java mail session debug: "javax.mail.Session.debug".
This flag will not be recognised automatically. Refer to the documentation of
javax.mail.Session
.- See Also:
-
PROPERTY_MODULEPATH
The (vested [?]) system property for the current module path: "jdk.module.path".- See Also:
-
PROPERTY_NET_PROTOCOL_PKGS
The system property for the name of the packages with URL protocol handlers: "java.protocol.handler.pkgs".- See Also:
-
PROPERTY_OSNAME
The vested system property for the name of the current operating system: "os.name".- See Also:
-
PROPERTY_OSVERSION
The vested system property for the version of the current operating system: "os.version".- See Also:
-
PROPERTY_PREFS_ROOT_SYSTEM
The system property for the location of the system preferences files on a UNIX/Linux system: "java.util.prefs.systemRoot".
If not set, the location is/etc/
, resulting to/etc/.java/.systemPrefs
.
If the default location is used, the respective folder has to be created by a user withroot
permissions; the files in there should have the rights 544, while the folder and its sub-folders should have 755.- See Also:
-
PROPERTY_PREFS_ROOT_USER
The system property for the location of the user preferences files on a UNIX/Linux system: "java.util.prefs.userRoot".
If not set, the location is~/
, resulting to~/.java/.userPrefs/
.- See Also:
-
PROPERTY_PREFS_SYNC
The system property for the synchronisation interval of the preferences on a UNIX/Linux system, in seconds: "java.util.prefs.syncInterval".
If not set, the interval is 30 seconds. The minimum value is one second.- See Also:
-
PROPERTY_RESOURCEBUNDLE_ENCODING
The system property that is used to force the encoding for a
PropertyResourceBundle
: "java.util.PropertyResourceBundle.encoding". Valid values are "UTF-8
" and "ISO-8859-1
".- See Also:
-
PROPERTY_SAX_PARSER_FACTORY
The system property for the class name of the SAX XML parser factory: "javax.xml.parsers.SAXParserFactory".- See Also:
-
PROPERTY_SSL_KEYSTORE
The system property for the name of the file with the SSL key store: "javax.net.ssl.keyStore".- See Also:
-
PROPERTY_SSL_KEYSTORE_PASSWORD
The system property for the password for the SSL key store: "javax.net.ssl.keyStorePassword".- See Also:
-
PROPERTY_TEMPFOLDER
The vested system property for the name of thetemp
folder that is used by the current user: "java.io.tmpdir".- See Also:
-
PROPERTY_USER_COUNTRY
The system property for the country code setting for the current user: "user.country".- See Also:
-
PROPERTY_USER_DIR
The vested system property for the name of the current working directory of the current user: "user.dir".- See Also:
-
PROPERTY_USER_HOME
The vested system property for the name of the home directory of the current user: "user.home".- See Also:
-
PROPERTY_USER_LANG
The system property for the language code setting the current user: "user.language".- See Also:
-
PROPERTY_USER_NAME
The vested system property for the name of the current user: "user.name".- See Also:
-
PROPERTY_USER_TIMEZONE
The system property for the time zone setting the current user: "user.timezone".- See Also:
-
ASCII
The reference to the ASCII character set.- See Also:
-
ISO8859_1
The reference to the ISO-8859-1 character set.- See Also:
-
US_ASCII
The reference to the US-ASCII character set; this is the same as the ASCII character set.- See Also:
-
UTF8
The reference to the UTF-8 character set.- See Also:
-
UTC
@Deprecated(since="0.4.4", forRemoval=true) @API(status=DEPRECATED, since="0.0.5") public static final TimeZone UTCDeprecated, for removal: This API element is subject to removal in a future version.As thejava.util.Date
API is now obsolete, also the related classes, likejava.util.TimeZone
should be used no longer.The basic time zone (the time zone for the 'Universal Time Code'). -
ZONE_UTC
@Deprecated(since="0.4.4", forRemoval=false) @API(status=DEPRECATED, since="0.0.6") public static final ZoneId ZONE_UTCDeprecated.UseZoneOffset.UTC
instead.The basic time zone (the time zone for the 'Universal Time Code'). -
CDATA_LEADIN
The lead-in for a CDATA wrapped String: "<![CDATA["- See Also:
-
CDATA_LEADOUT
The lead-out for a CDATA wrapped String: "]]>"- See Also:
-
THREADGROUP_MAIN
The name of the main thread group: "main".
This is the group of the main thread.- See Also:
-
THREADGROUP_SYSTEM
The name of the system thread group: "system".
This is the group of several system threads and the parent thread group for the main thread group.- See Also:
-
XMLATTRIBUTE_Category
The attribute name for an XML attribute holding a category of something: "category".- See Also:
-
XMLATTRIBUTE_Class
The attribute name for an XML attribute holding a class name: "class".- See Also:
-
XMLATTRIBUTE_Date
The attribute name for an XML attribute holding a date, usually without the time information: "date".- See Also:
-
XMLATTRIBUTE_File
The attribute name for an XML attribute holding a file name: "file".- See Also:
-
XMLATTRIBUTE_Id
The attribute name for the XML id attribute: "xml:id".- See Also:
-
XMLATTRIBUTE_IdRef
The attribute name for the XML idref attribute: "idref".- See Also:
-
XMLATTRIBUTE_Language
The attribute name for the XML language attribute: "xml:lang".
This reserved attribute takes an ISO639 language identifier as value. It indicates the language of the body of the element.
- See Also:
-
XMLATTRIBUTE_Name
The attribute name for the XML name attribute: "name".
Only names that follow exact rules for their character set can be stored in XML attributes, but free names have to be stored as XML elements.- See Also:
-
XMLATTRIBUTE_NodeId
The name for the node id XML attribute: "node".- See Also:
-
XMLATTRIBUTE_PID
The name for the PID XML attribute: "pid".- See Also:
-
XMLATTRIBUTE_Reference
The name for the reference XML attribute: "reference".- See Also:
-
XMLATTRIBUTE_SequenceNumber
The name for the sequence number XML attribute: "sequenceNumber".- See Also:
-
XMLATTRIBUTE_Status
The name for the status XML attribute: "status".- See Also:
-
XMLATTRIBUTE_Time
The attribute name for an XML attribute holding a time, usually without the date information: "time".- See Also:
-
XMLATTRIBUTE_Timestamp
The name for an XML attribute holding a date/time: "timestamp".- See Also:
-
XMLATTRIBUTE_Type
The name for an XML attribute holding a type, in the sense of a category or model, and usually not in the sense this term is used in the context of programming languages: "type".- See Also:
-
XMLATTRIBUTE_UserId
The name for the user id XML attribute: "userId".- See Also:
-
XMLATTRIBUTE_Version
The name for the version XML attribute: "version".- See Also:
-
XMLATTRIBUTE_Whitespace
The attribute name for the XML space attribute: "xml:space".
This reserved attribute indicates whether any whitespace inside the element is significant and should not be altered by the XML processor. The attribute can take one of two enumerated values:
preserve
- The XML application preserves all whitespace (newlines, spaces, and tabs) present within the element.
default
- The XML processor uses its default processing rules when deciding to preserve or discard the whitespace inside the element.
- See Also:
-
XMLELEMENT_Comment
The element name for an XML element representing a comment: "comment".
This is not an XML comment (they will be written as<!-- … -->
in the XML stream) but data that is semantically a comment (like adescription
, see below).- See Also:
-
XMLELEMENT_Date
The element name for an XML element holding a date, usually without the time information: "date".- See Also:
-
XMLELEMENT_Description
The element name for an XML element representing a description of some kind: "description".- See Also:
-
XMLELEMENT_Message
The element name for an XML element containing a message: "message".- See Also:
-
XMLELEMENT_Name
The element name for an XML element representing a name of some kind: "name".
Only names that follow exact rules for their character set can be stored in XML attributes, but free names have to be stored as XML elements.- See Also:
-
XMLELEMENT_Text
The element name for an XML element holding text: "text".- See Also:
-
XMLELEMENT_Time
The element name for an XML element holding a time, usually without the date information: "time".- See Also:
-
XMLELEMENT_Timestamp
The name for an XML element holding a date/time: "timestamp".- See Also:
-
CR
The line terminator as defined by the underlying operating system. -
DECIMAL_SEPARATOR
The decimal separator for the current locale. -
DEFAULT_APPLICATION_ID
The default application id if nothing else could be used: "Default Program Main".- See Also:
-
EMPTY_STRING
The empty string. -
EMPTY_CHARSEQUENCE
An empty char sequence. -
EOF
The End-Of-File marker for streams: -1.- See Also:
-
NOT_FOUND
The index value indicating that nothing was found: -1. See for exampleString.indexOf(int)
.- See Also:
-
NUL
A String containing onlyNUL
(theNULL_CHAR
). -
NULL_CHAR
The null character. -
NULL_STRING
A String containing the sequence "null". -
THOUSANDS_SEPARATOR
The grouping separator for the current locale, used with large numbers to separate thousands. -
UNKNOWN_STRING
A String containing the sequence "<UNKNOWN>".- See Also:
-
IS_NULL
Returnstrue
if the provided reference isnull
otherwise returnsfalse
.- See Also:
-
NON_NULL
Returnstrue
if the provided reference is non-null
otherwise returnsfalse
.- See Also:
-
-
Constructor Details
-
CommonConstants
private CommonConstants()No instance of this class is allowed.
-
java.util.Date
API is now obsolete, also the related classes, likejava.util.TimeZone
should be used no longer.