added backend home configuration

This commit is contained in:
Sebastian Sdorra
2011-03-12 10:42:58 +01:00
parent 6764b9cfb1
commit 5acd79b8c8
3 changed files with 132 additions and 1 deletions

View File

@@ -35,6 +35,8 @@ package sonia.scm.plugin;
//~--- JDK imports ------------------------------------------------------------
import java.io.File;
import java.util.List;
/**
@@ -54,6 +56,14 @@ public interface PluginBackend
//~--- get methods ----------------------------------------------------------
/**
* Method description
*
*
* @return
*/
public File getBaseDirectory();
/**
* Method description
*