Class PluginDirectoryLocator

java.lang.Object
com.atlassian.crowd.plugin.PluginDirectoryLocator

public class PluginDirectoryLocator extends Object
This class provides the location of the plugin directories, in particular the plugins and bundled plugins (in JAR format) and the plugin cache. By default, subdirectories of the Crowd home directory are used, but these locations can be overridden by system properties.
  • Constructor Details

  • Method Details

    • getPluginsDirectory

      public File getPluginsDirectory()
    • getBundledPluginsDirectory

      public File getBundledPluginsDirectory()
    • getPluginCachesDirectory

      public File getPluginCachesDirectory()
    • getHomeSubDirectory

      public File getHomeSubDirectory(String subDirectory, boolean shared)