Interface HomeDirectoryService

All Known Implementing Classes:
HomeDirectoryServiceImpl

public interface HomeDirectoryService
Provides information about local and shared home directories.
Since:
3.0
  • Method Details

    • getLocalHome

      String getLocalHome()
      Returns:
      path to local home directory, containing logs and cache.
    • getSharedHome

      String getSharedHome()
      Returns:
      path to shared home directory, containing backups and plugin JARs. Creates the shared directory if not present.