Class Mac


public class Mac extends CommonFolders
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.
  • Field Details

  • Constructor Details

    • Mac

      public Mac()
  • Method Details

    • cacheDirHome

      public Path cacheDirHome()
      Description copied from class: CommonFolders
      Returns the path of the cache directory based on the rootConfig.
      Specified by:
      cacheDirHome in class CommonFolders
      Returns:
      The path of the cache directory based on the rootConfig.
    • dataDirHome

      public Path dataDirHome()
      Description copied from class: CommonFolders
      Returns the path of the data directory based on the rootConfig.
      Specified by:
      dataDirHome in class CommonFolders
      Returns:
      The path of the data directory based on the rootConfig.
    • stateDirHome

      public Path stateDirHome()
      Description copied from class: CommonFolders
      Returns the path of the state directory based on the rootConfig.
      Specified by:
      stateDirHome in class CommonFolders
      Returns:
      The path of the state directory based on the rootConfig.
    • runtimeDirHome

      public Path runtimeDirHome()
      Description copied from class: CommonFolders
      Returns the path of the runtime directory based on the rootConfig.
      Specified by:
      runtimeDirHome in class CommonFolders
      Returns:
      The path of the runtime directory based on the rootConfig.
    • configDir

      public Path configDir()
      Description copied from class: CommonFolders
      Returns the path of the config directory based on the rootConfig.
      Specified by:
      configDir in class CommonFolders
      Returns:
      The path of the config directory based on the rootConfig.