Uses of Class
org.tmatesoft.svn.core.javahl.SVNClientImpl
-
Packages that use SVNClientImpl Package Description org.tigris.subversion.javahl Provides a (mostly native, using JNI and javah) implementation of a high level Java API for Subversion.org.tmatesoft.svn.core.javahl This package provides an implementation of the native Subversion javahl binding interface SVNClientInterface that is distributed within the org.tigris.subversion.javahl package. -
-
Uses of SVNClientImpl in org.tigris.subversion.javahl
Fields in org.tigris.subversion.javahl declared as SVNClientImpl Modifier and Type Field Description private SVNClientImplJavaHLPropertyData. myClientImplprivate SVNClientImplSVNAdmin. myDelegateprivate SVNClientImplSVNClient. myDelegateMethods in org.tigris.subversion.javahl with parameters of type SVNClientImpl Modifier and Type Method Description static voidJavaHLObjectFactory. throwException(SVNException e, SVNClientImpl svnClient)Constructors in org.tigris.subversion.javahl with parameters of type SVNClientImpl Constructor Description JavaHLPropertyData(SVNClientImpl clientImpl, SVNClient cl, java.lang.String p, java.lang.String n, java.lang.String v, byte[] d) -
Uses of SVNClientImpl in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl that return SVNClientImpl Modifier and Type Method Description static SVNClientImplSVNClientImpl. newInstance()static SVNClientImplSVNClientImpl. newInstance(SVNClient owner)static SVNClientImplSVNClientImpl. newInstance(SVNClient owner, IHTTPConnectionFactory httpConnectionFactory, ISVNConnectorFactory svnConnectorFactory)static SVNClientImplSVNClientImpl. newInstance(SVNClient owner, IHTTPConnectionFactory httpConnectionFactory, ISVNConnectorFactory svnConnectorFactory, boolean trackClient)Methods in org.tmatesoft.svn.core.javahl with parameters of type SVNClientImpl Modifier and Type Method Description static voidSVNClientImplTracker. registerClient(SVNClientImpl client)
-