public final class AmetysHomeHelper extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AMETYS_HOME_CONFIG_DIR
The path to the Ametys home config directory
|
static String |
AMETYS_HOME_DATA_DIR
The path to the Ametys home data directory
|
static String |
AMETYS_HOME_TMP_DIR
The path to the Ametys home temporary directory
|
Modifier | Constructor and Description |
---|---|
private |
AmetysHomeHelper() |
Modifier and Type | Method and Description |
---|---|
static File |
getAmetysHome()
Returns the Ametys home directory.
|
static File |
getAmetysHomeConfig()
Returns the Ametys home config directory.
|
static File |
getAmetysHomeData()
Returns the Ametys home data directory.
|
static File |
getAmetysHomeTmp()
Returns the Ametys temporary directory.
|
public static final String AMETYS_HOME_DATA_DIR
public static final String AMETYS_HOME_CONFIG_DIR
public static final String AMETYS_HOME_TMP_DIR
private AmetysHomeHelper()
public static File getAmetysHome()
public static File getAmetysHomeData()
public static File getAmetysHomeConfig()
public static File getAmetysHomeTmp()