Uses of Class
org.tmatesoft.svn.core.wc2.SvnOperationFactory
-
Packages that use SvnOperationFactory Package Description org.tmatesoft.svn.core.internal.wc2.ng org.tmatesoft.svn.core.javahl17 org.tmatesoft.svn.core.wc This package provides a high-level API for managing Working Copies in a way compatible with the native SVN command line client.org.tmatesoft.svn.core.wc.admin This package provides API for administrative managing Subversion repositories on a local machine.org.tmatesoft.svn.core.wc2 NEW: this package contains command-style API to perform most of Subversion operations on the level of abstraction similar to that of the command line client.org.tmatesoft.svn.core.wc2.admin NEW: this package contains command-style API to perform most of Subversion operations that works directly on local repository on the level of abstraction similar to that of the command line client. -
-
Uses of SvnOperationFactory in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SvnOperationFactory Modifier and Type Method Description static void
SvnNgRemove. checkCanDelete(SvnOperationFactory opFactory, SVNWCContext context, java.io.File path)
-
Uses of SvnOperationFactory in org.tmatesoft.svn.core.javahl17
Fields in org.tmatesoft.svn.core.javahl17 declared as SvnOperationFactory Modifier and Type Field Description private SvnOperationFactory
SVNClientImpl. svnOperationFactory
Constructors in org.tmatesoft.svn.core.javahl17 with parameters of type SvnOperationFactory Constructor Description SVNClientImpl(SvnOperationFactory svnOperationFactory)
-
Uses of SvnOperationFactory in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as SvnOperationFactory Modifier and Type Field Description private SvnOperationFactory
SVNClientManager. myOperationFactory
private SvnOperationFactory
SVNBasicClient. operationFactory
Methods in org.tmatesoft.svn.core.wc that return SvnOperationFactory Modifier and Type Method Description SvnOperationFactory
SVNClientManager. getOperationFactory()
SvnOperationFactory
SVNBasicClient. getOperationsFactory()
Methods in org.tmatesoft.svn.core.wc with parameters of type SvnOperationFactory Modifier and Type Method Description static SVNClientManager
SVNClientManager. newInstance(SvnOperationFactory operationFactory)
Constructors in org.tmatesoft.svn.core.wc with parameters of type SvnOperationFactory Constructor Description SVNBasicClient(SvnOperationFactory of)
SVNChangelistClient(SvnOperationFactory of)
SVNClientManager(SvnOperationFactory of)
SVNCommitClient(SvnOperationFactory of)
SVNCopyClient(SvnOperationFactory of)
SVNDiffClient(SvnOperationFactory of)
SVNLogClient(SvnOperationFactory of)
SVNMoveClient(SvnOperationFactory of)
SVNStatusClient(SvnOperationFactory of)
SVNUpdateClient(SvnOperationFactory of)
SVNWCClient(SvnOperationFactory of)
-
Uses of SvnOperationFactory in org.tmatesoft.svn.core.wc.admin
Constructors in org.tmatesoft.svn.core.wc.admin with parameters of type SvnOperationFactory Constructor Description SVNAdminBasicClient(SvnOperationFactory of)
SVNAdminClient(SvnOperationFactory of)
SVNLookClient(SvnOperationFactory of)
-
Uses of SvnOperationFactory in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as SvnOperationFactory Modifier and Type Field Description private SvnOperationFactory
SvnOperation. operationFactory
Methods in org.tmatesoft.svn.core.wc2 that return SvnOperationFactory Modifier and Type Method Description SvnOperationFactory
SvnOperation. getOperationFactory()
Gets the factory that created the operation. -
Uses of SvnOperationFactory in org.tmatesoft.svn.core.wc2.admin
-