Class SVNRepositoryManager
- java.lang.Object
-
- org.gcube.dataanalysis.dataminer.poolmanager.util.SVNRepositoryManager
-
public class SVNRepositoryManager extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SVNRepositoryManagergetInstance(Configuration configuration)org.tmatesoft.svn.core.io.SVNRepositorygetSvnRepository()
-
-
-
Method Detail
-
getInstance
public static SVNRepositoryManager getInstance(Configuration configuration) throws org.tmatesoft.svn.core.SVNException
- Throws:
org.tmatesoft.svn.core.SVNException
-
getSvnRepository
public org.tmatesoft.svn.core.io.SVNRepository getSvnRepository()
-
-