org.schmant.task.svnkit
Class SvnTaskSupport

java.lang.Object
  extended by org.schmant.task.svnkit.SvnTaskSupport

public final class SvnTaskSupport
extends Object

Utility class with static methods for supporting Subversion tasks using the SVNKit library.

Since:
0.7
Author:
Karl Gustafsson
Task_package:
org.tmatesoft.svn

Method Summary
static SVNRepository createRepository(SVNURL url)
          Create a repository client object with the repository located at the supplied URL address.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createRepository

public static SVNRepository createRepository(SVNURL url)
                                      throws SchmantException
Create a repository client object with the repository located at the supplied URL address.

Parameters:
url - The repository location.
Returns:
A repository client object.
Throws:
SchmantException - On errors.