Package org.ametys.runtime.util
Class AmetysHomeHelper
java.lang.Object
org.ametys.runtime.util.AmetysHomeHelper
Helper for Ametys home locations
-
Field Summary
Fields -
Method Summary
-
Field Details
-
AMETYS_HOME_DATA_DIR
The path to the Ametys home data directory- See Also:
-
AMETYS_HOME_CONFIG_DIR
The path to the Ametys home config directory- See Also:
-
AMETYS_HOME_TMP_DIR
The path to the Ametys home temporary directory- See Also:
-
-
Method Details
-
getAmetysHome
Returns the Ametys home directory. Cannot be null.- Returns:
- The Ametys home directory.
-
getAmetysHomeData
Returns the Ametys home data directory. Cannot be null.- Returns:
- The Ametys home data directory.
-
getAmetysHomeConfig
Returns the Ametys home config directory. Cannot be null.- Returns:
- The Ametys home config directory.
-
getAmetysHomeTmp
Returns the Ametys temporary directory. Cannot be null.- Returns:
- The Ametys temporary directory.
-