Class HomeDirectoryServiceImpl

java.lang.Object
com.atlassian.crowd.service.HomeDirectoryServiceImpl
All Implemented Interfaces:
HomeDirectoryService

public class HomeDirectoryServiceImpl extends Object implements HomeDirectoryService
  • Constructor Details

    • HomeDirectoryServiceImpl

      public HomeDirectoryServiceImpl(com.atlassian.config.HomeLocator homeLocator)
  • Method Details

    • getLocalHome

      public String getLocalHome()
      Specified by:
      getLocalHome in interface HomeDirectoryService
      Returns:
      path to local home directory, containing logs and cache.
    • getSharedHome

      public String getSharedHome()
      Specified by:
      getSharedHome in interface HomeDirectoryService
      Returns:
      path to shared home directory, containing backups and plugin JARs. Creates the shared directory if not present.