Class Windows

java.lang.Object
com.equo.application.client.os.CommonFolders
com.equo.application.client.os.Windows

public class Windows extends CommonFolders
The Windows class represents Windows-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 Windows systems.
  • Field Details

  • Constructor Details

    • Windows

      public Windows()
  • 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.