Uses of Class
org.tmatesoft.svn.core.wc2.SvnOperation
-
Packages that use SvnOperation Package Description org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc2 org.tmatesoft.svn.core.internal.wc2.admin org.tmatesoft.svn.core.internal.wc2.ng org.tmatesoft.svn.core.internal.wc2.old 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 SvnOperation in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as SvnOperation Modifier and Type Field Description private SvnOperation<?>
SVNWCContext. operation
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SvnOperation Modifier and Type Method Description void
SVNWCContext. setOperation(SvnOperation<?> operation)
-
Uses of SvnOperation in org.tmatesoft.svn.core.internal.wc2
Classes in org.tmatesoft.svn.core.internal.wc2 with type parameters of type SvnOperation Modifier and Type Class Description class
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 Modifier and Type Field Description private T
SvnOperationRunner. operation
-
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 Modifier and Type Class Description class
SvnRepositoryOperationRunner<V,T extends SvnOperation<V>>
-
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 Modifier and Type Class Description class
SvnNgOperationRunner<V,T extends SvnOperation<V>>
-
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 Modifier and Type Class Description class
SvnOldRunner<V,T extends SvnOperation<V>>
-
Uses of SvnOperation in org.tmatesoft.svn.core.wc2
Classes in org.tmatesoft.svn.core.wc2 with type parameters of type SvnOperation Modifier and Type Interface Description interface
ISvnOperationRunner<V,T extends SvnOperation<V>>
This interface describes Svn* operation runner.Subclasses of SvnOperation in org.tmatesoft.svn.core.wc2 Modifier and Type Class Description class
AbstractSvnCommit
Base class for operations that change repository.class
AbstractSvnUpdate<V>
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
SvnAnnotate
Represents annotate operation.class
SvnCanonicalizeUrls
Canonicalizes all urls in the working copytarget
.class
SvnCat
Represents cat operation.class
SvnCheckout
Represents checkout operation.class
SvnCleanup
Represents cleanup operation.class
SvnCommit
Represents commit operation.class
SvnCopy
Represents copy operation.class
SvnDiff
Represents diff operation.class
SvnDiffSummarize
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
SvnExport
Represents export operation.class
SvnGetChangelistPaths
Gets paths belonging to the specifiedchangelists
discovered under the specifiedtargets
.class
SvnGetInfo
Represents info command.class
SvnGetMergeInfo
Returns mergeinfo as aMap
with merge source URLs (asSVNURL
) mapped to range lists (SVNMergeRangeList
).class
SvnGetProperties
Represents proplist operation.class
SvnGetStatus
Represents status operation.class
SvnGetStatusSummary
Represents status operation as local working copy summary status fortarget
and all its children.class
SvnImport
Imports file or directorysource
into repository directory defined in operation'starget
at HEAD revision.class
SvnList
Represents list operation.class
SvnLog
Represents log operation.class
SvnLogMergeInfo
Creates aSVNLogEntry
object with the revisions merged frommergeSource
(as ofmergeSource
'spegRevision
) intotarget
(as oftarget
'spegRevision
).class
SvnMarkReplaced
Schedulestarget
as being replaced.class
SvnMerge
Represents merge operation.class
SvnPatch
class
SvnReceivingOperation<T>
Represents base class for all operations that can fetch object(s) for custom processing.class
SvnRelocate
Represents relocate operation.class
SvnRemoteCopy
Represents copy to repository operation.class
SvnRemoteDelete
Represents delete operation.class
SvnRemoteMkDir
Creates directory(ies) in a repository.class
SvnRemoteSetProperty
SetspropertyName
topropertyValue
on eachtargets
.class
SvnResolve
Represents resolve operation.class
SvnRevert
Represents revert operation.class
SvnScheduleForAddition
Represents add operation.class
SvnScheduleForRemoval
Represents remove operation.class
SvnSetChangelist
Represents set changelist operation.class
SvnSetLock
Represents operation for locking files.class
SvnSetProperty
Represents set property operation.class
SvnSetWCDbVersion
class
SvnSuggestMergeSources
Returns a collection of potential merge sources (expressed as full repositoryURLs
) for working copytarget
attarget
'spegRevision
.class
SvnSwitch
Represents switch operation.class
SvnUnlock
Represents operation for unlocking files.class
SvnUpdate
Represents update operation.class
SvnUpgrade
Represents operation for upgrading the metadata storage format for a working copy.Fields in org.tmatesoft.svn.core.wc2 with type parameters of type SvnOperation Modifier and Type Field Description private java.util.Map<java.lang.Class<?>,java.util.List<ISvnOperationRunner<?,SvnOperation<?>>>>
SvnOperationFactory. anyFormatOperationRunners
private java.util.Map<java.lang.Class<?>,java.util.List<ISvnOperationRunner<?,SvnOperation<?>>>>
SvnOperationFactory. noneOperationRunners
private java.util.Map<java.lang.Class<?>,java.util.List<ISvnOperationRunner<?,SvnOperation<?>>>>
SvnOperationFactory. v16OperationRunners
private java.util.Map<java.lang.Class<?>,java.util.List<ISvnOperationRunner<?,SvnOperation<?>>>>
SvnOperationFactory. v17OperationRunners
Methods in org.tmatesoft.svn.core.wc2 that return types with arguments of type SvnOperation Modifier and Type Method Description protected ISvnOperationRunner<?,SvnOperation<?>>
SvnOperationFactory. getImplementation(SvnOperation<?> operation)
private static java.util.List<ISvnOperationRunner<?,SvnOperation<?>>>
SvnOperationFactory. getRunners(java.lang.Class<?> clazz, java.util.Map<java.lang.Class<?>,java.util.List<ISvnOperationRunner<?,SvnOperation<?>>>> map)
Methods in org.tmatesoft.svn.core.wc2 with parameters of type SvnOperation Modifier and Type Method Description void
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 java.lang.Object
SvnOperationFactory. run(SvnOperation<?> operation)
Method parameters in org.tmatesoft.svn.core.wc2 with type arguments of type SvnOperation Modifier and Type Method Description private static java.util.List<ISvnOperationRunner<?,SvnOperation<?>>>
SvnOperationFactory. getRunners(java.lang.Class<?> clazz, java.util.Map<java.lang.Class<?>,java.util.List<ISvnOperationRunner<?,SvnOperation<?>>>> map)
private SvnWcGeneration[]
SvnOperationFactory. getRunnerScope(ISvnOperationRunner<?,? extends SvnOperation<?>> runner)
protected void
SvnOperationFactory. registerOperationRunner(java.lang.Class<?> operationClass, ISvnOperationRunner<?,? extends SvnOperation<?>> runner)
-
Uses of SvnOperation in org.tmatesoft.svn.core.wc2.admin
-