Package org.ametys.runtime.util
Class AmetysHomeHelper
java.lang.Object
org.ametys.runtime.util.AmetysHomeHelper
Helper for Ametys home locations
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The path to the Ametys home administrator directorystatic final String
The path to the Ametys home config directorystatic final String
The path to the Ametys home data directorystatic final String
The path to the Ametys home temporary directory -
Method Summary
-
Field Details
-
AMETYS_HOME_ADMINISTRATOR_DIR
The path to the Ametys home administrator directory- See Also:
-
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.
-