Package com.equo.application.client.os
Class Mac
java.lang.Object
com.equo.application.client.os.CommonFolders
com.equo.application.client.os.Mac
The
Mac
class represents Mac-specific directories and their paths in the file system.
It extends the CommonFolders
class and provides methods to retrieve paths for cache,
data, state, runtime, and config directories on Mac systems.-
Nested Class Summary
Nested classes/interfaces inherited from class com.equo.application.client.os.CommonFolders
CommonFolders.Dir
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
Fields inherited from class com.equo.application.client.os.CommonFolders
EQUO
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the path of the cache directory based on the rootConfig.Returns the path of the config directory based on the rootConfig.Returns the path of the data directory based on the rootConfig.Returns the path of the runtime directory based on the rootConfig.Returns the path of the state directory based on the rootConfig.Methods inherited from class com.equo.application.client.os.CommonFolders
getInstance, userHome
-
Field Details
-
LIBRARY
- See Also:
-
CACHES
- See Also:
-
APP_SUPPORT
- See Also:
-
TEMP
- See Also:
-
-
Constructor Details
-
Mac
public Mac()
-
-
Method Details
-
cacheDirHome
Description copied from class:CommonFolders
Returns the path of the cache directory based on the rootConfig.- Specified by:
cacheDirHome
in classCommonFolders
- Returns:
- The path of the cache directory based on the rootConfig.
-
dataDirHome
Description copied from class:CommonFolders
Returns the path of the data directory based on the rootConfig.- Specified by:
dataDirHome
in classCommonFolders
- Returns:
- The path of the data directory based on the rootConfig.
-
stateDirHome
Description copied from class:CommonFolders
Returns the path of the state directory based on the rootConfig.- Specified by:
stateDirHome
in classCommonFolders
- Returns:
- The path of the state directory based on the rootConfig.
-
runtimeDirHome
Description copied from class:CommonFolders
Returns the path of the runtime directory based on the rootConfig.- Specified by:
runtimeDirHome
in classCommonFolders
- Returns:
- The path of the runtime directory based on the rootConfig.
-
configDir
Description copied from class:CommonFolders
Returns the path of the config directory based on the rootConfig.- Specified by:
configDir
in classCommonFolders
- Returns:
- The path of the config directory based on the rootConfig.
-