Class SVNClient

java.lang.Object
org.tigris.subversion.javahl.SVNClient
All Implemented Interfaces:
SVNClientInterface

public class SVNClient
extends Object
implements SVNClientInterface
This is the main client class. All Subversion client APIs are implemented in this class. This class is not threadsafe; if you need threadsafe access, use SVNClientSynchronized.