Class GlobalProperties
java.lang.Object
de.aristaflow.adept2.base.configuration.GlobalProperties
This file provides direct access to the global properties of AristaFlow. They
are initialised when creating the boot configuration manager.
-
Constructor Details
-
GlobalProperties
public GlobalProperties()
-
-
Method Details
-
getOsName
Gets the name of the OS this installation is running on. This is used to resolve OS-specific issues, for instance, implicitly using extensions for executable files.- Returns:
- The name of the OS this installation is running on.
-
getUtcZoneId
Gets the ID of the UTC timezone.- Returns:
- The ID of the UTC timezone.
-
getTempDir
Gets the temporary directory of the JVM.- Returns:
- The temporary directory of the JVM.
-