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
 File getDirectory()
          The directory in which the SimplePluginDirectoryProvider should place the plugin working directories.
 

Method Detail

getDirectory

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-2013 Atlassian. All Rights Reserved.