com.atlassian.confluence.plugin
Interface PluginParentDirectoryLocator

All Known Implementing Classes:
TempPluginParentDirectoryLocator

public interface PluginParentDirectoryLocator

Strategy class for the SimplePluginDirectoryProvider to find the parent directory in which to put all the plugin working directories.

Since:
4.0

Method Summary
 java.io.File getDirectory()
          The directory in which the SimplePluginDirectoryProvider should place the plugin working directories.
 

Method Detail

getDirectory

java.io.File getDirectory()
The directory in which the SimplePluginDirectoryProvider should place the plugin working directories. It is the responsibility of the implementing class to ensure the directory exists and is writeable.

Returns:
the directory in which to place working directories for the plugin system.


Copyright © 2003-2014 Atlassian. All Rights Reserved.