Uses of Class
org.tmatesoft.svn.core.wc2.SvnOperation
Packages that use SvnOperation
Package
Description
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.
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 SvnOperation in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as SvnOperationMethods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SvnOperation -
Uses of SvnOperation in org.tmatesoft.svn.core.internal.wc2
Classes in org.tmatesoft.svn.core.internal.wc2 with type parameters of type SvnOperationModifier and TypeClassDescriptionclass
SvnLocalOperationRunner<V,
T extends SvnOperation<V>> class
SvnOperationRunner<V,
T extends SvnOperation<V>> class
SvnRemoteOperationRunner<V,
T extends SvnOperation<V>> Fields in org.tmatesoft.svn.core.internal.wc2 declared as SvnOperation -
Uses of SvnOperation in org.tmatesoft.svn.core.internal.wc2.admin
Classes in org.tmatesoft.svn.core.internal.wc2.admin with type parameters of type SvnOperation -
Uses of SvnOperation in org.tmatesoft.svn.core.internal.wc2.ng
Classes in org.tmatesoft.svn.core.internal.wc2.ng with type parameters of type SvnOperation -
Uses of SvnOperation in org.tmatesoft.svn.core.internal.wc2.old
Classes in org.tmatesoft.svn.core.internal.wc2.old with type parameters of type SvnOperation -
Uses of SvnOperation in org.tmatesoft.svn.core.wc2
Classes in org.tmatesoft.svn.core.wc2 with type parameters of type SvnOperationModifier and TypeInterfaceDescriptioninterface
ISvnOperationRunner<V,
T extends SvnOperation<V>> This interface describes Svn* operation runner.Subclasses of SvnOperation in org.tmatesoft.svn.core.wc2Modifier and TypeClassDescriptionclass
Base class for operations that change repository.class
Provides methods allowing to check out, update, switch and relocate a working copy as well as export an unversioned directory or file from a repository.class
Represents annotate operation.class
Canonicalizes all urls in the working copytarget
.class
Represents cat operation.class
Represents checkout operation.class
Represents cleanup operation.class
Represents commit operation.class
Represents copy operation.class
Represents diff operation.class
Produces a diff summary which lists the changed items betweensource
in itspegRevision
, as it changed betweenstartRevision
andendRevision
, or diff summary betweenfirstSource
at itspegRevision
andsecondSource
at itspegRevision
.class
Represents export operation.class
Gets paths belonging to the specifiedchangelists
discovered under the specifiedtargets
.class
Represents info command.class
Returns mergeinfo as aMap
with merge source URLs (asSVNURL
) mapped to range lists (SVNMergeRangeList
).class
Represents proplist operation.class
Represents status operation.class
Represents status operation as local working copy summary status fortarget
and all its children.class
Imports file or directorysource
into repository directory defined in operation'starget
at HEAD revision.class
Represents list operation.class
Represents log operation.class
Creates aSVNLogEntry
object with the revisions merged frommergeSource
(as ofmergeSource
'spegRevision
) intotarget
(as oftarget
'spegRevision
).class
Schedulestarget
as being replaced.class
Represents merge operation.class
class
Represents base class for all operations that can fetch object(s) for custom processing.class
Represents relocate operation.class
Represents copy to repository operation.class
Represents delete operation.class
Creates directory(ies) in a repository.class
SetspropertyName
topropertyValue
on eachtargets
.class
Represents resolve operation.class
Represents revert operation.class
Represents add operation.class
Represents remove operation.class
Represents set changelist operation.class
Represents operation for locking files.class
Represents set property operation.class
class
Returns a collection of potential merge sources (expressed as full repositoryURLs
) for working copytarget
attarget
'spegRevision
.class
Represents switch operation.class
Represents operation for unlocking files.class
Represents update operation.class
Represents operation for upgrading the metadata storage format for a working copy.Fields in org.tmatesoft.svn.core.wc2 with type parameters of type SvnOperationModifier and TypeFieldDescriptionprivate Map<Class<?>,
List<ISvnOperationRunner<?, SvnOperation<?>>>> SvnOperationFactory.anyFormatOperationRunners
private Map<Class<?>,
List<ISvnOperationRunner<?, SvnOperation<?>>>> SvnOperationFactory.noneOperationRunners
private Map<Class<?>,
List<ISvnOperationRunner<?, SvnOperation<?>>>> SvnOperationFactory.v16OperationRunners
private Map<Class<?>,
List<ISvnOperationRunner<?, SvnOperation<?>>>> SvnOperationFactory.v17OperationRunners
Methods in org.tmatesoft.svn.core.wc2 that return types with arguments of type SvnOperationModifier and TypeMethodDescriptionprotected ISvnOperationRunner<?,
SvnOperation<?>> SvnOperationFactory.getImplementation
(SvnOperation<?> operation) private static List<ISvnOperationRunner<?,
SvnOperation<?>>> SvnOperationFactory.getRunners
(Class<?> clazz, Map<Class<?>, List<ISvnOperationRunner<?, SvnOperation<?>>>> map) Methods in org.tmatesoft.svn.core.wc2 with parameters of type SvnOperationModifier and TypeMethodDescriptionvoid
ISvnOperationHandler.afterOperationFailure
(SvnOperation<?> operation) A callback that is called after each unsuccessful operation runsvoid
ISvnOperationHandler.afterOperationSuccess
(SvnOperation<?> operation) A callback that is called after each successful operation runsprivate void
SvnOperationFactory.assertRefCount
(SvnOperation<?> operation, SVNWCContext wcContext) void
ISvnOperationHandler.beforeOperation
(SvnOperation<?> operation) A callback that is called before each operation runsprotected ISvnOperationRunner<?,
SvnOperation<?>> SvnOperationFactory.getImplementation
(SvnOperation<?> operation) private SVNWCContext
SvnOperationFactory.obtainWcContext
(SvnOperation<?> operation) protected Object
SvnOperationFactory.run
(SvnOperation<?> operation) Method parameters in org.tmatesoft.svn.core.wc2 with type arguments of type SvnOperationModifier and TypeMethodDescriptionprivate static List<ISvnOperationRunner<?,
SvnOperation<?>>> SvnOperationFactory.getRunners
(Class<?> clazz, Map<Class<?>, List<ISvnOperationRunner<?, SvnOperation<?>>>> map) private SvnWcGeneration[]
SvnOperationFactory.getRunnerScope
(ISvnOperationRunner<?, ? extends SvnOperation<?>> runner) protected void
SvnOperationFactory.registerOperationRunner
(Class<?> operationClass, ISvnOperationRunner<?, ? extends SvnOperation<?>> runner) -
Uses of SvnOperation in org.tmatesoft.svn.core.wc2.admin
Subclasses of SvnOperation in org.tmatesoft.svn.core.wc2.adminModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class