Package com.atlassian.confluence.plugin
Interface PluginDirectoryProvider
- All Known Implementing Classes:
SimplePluginDirectoryProvider
public interface PluginDirectoryProvider
This bean provides access to plugin-specific directories found in the
confluence home.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getPluginDirectory
File getPluginDirectory()- Returns:
- the plugin directory
-
getPluginTempDirectory
File getPluginTempDirectory()- Returns:
- the plugin temp directory
-
getBundledPluginDirectory
File getBundledPluginDirectory()- Returns:
- the bundled plugin directory
-
getPluginsPersistentCacheDirectory
File getPluginsPersistentCacheDirectory()- Returns:
- the plugins persistent cache directory
-
getPluginsCacheDirectory
File getPluginsCacheDirectory()- Returns:
- the directory for caching plugins loaded from the database.
-
getWebResourceIntegrationTempDirectory
File getWebResourceIntegrationTempDirectory()- Returns:
- the directory to store temp files for WebResourceIntegration.
- See Also:
-