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. operationMethods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SvnOperation Modifier and Type Method Description voidSVNWCContext. 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 classSvnLocalOperationRunner<V,T extends SvnOperation<V>>classSvnOperationRunner<V,T extends SvnOperation<V>>classSvnRemoteOperationRunner<V,T extends SvnOperation<V>>Fields in org.tmatesoft.svn.core.internal.wc2 declared as SvnOperation Modifier and Type Field Description private TSvnOperationRunner. 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 classSvnRepositoryOperationRunner<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 classSvnNgOperationRunner<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 classSvnOldRunner<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 interfaceISvnOperationRunner<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 classAbstractSvnCommitBase class for operations that change repository.classAbstractSvnUpdate<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.classSvnAnnotateRepresents annotate operation.classSvnCanonicalizeUrlsCanonicalizes all urls in the working copytarget.classSvnCatRepresents cat operation.classSvnCheckoutRepresents checkout operation.classSvnCleanupRepresents cleanup operation.classSvnCommitRepresents commit operation.classSvnCopyRepresents copy operation.classSvnDiffRepresents diff operation.classSvnDiffSummarizeProduces a diff summary which lists the changed items betweensourcein itspegRevision, as it changed betweenstartRevisionandendRevision, or diff summary betweenfirstSourceat itspegRevisionandsecondSourceat itspegRevision.classSvnExportRepresents export operation.classSvnGetChangelistPathsGets paths belonging to the specifiedchangelistsdiscovered under the specifiedtargets.classSvnGetInfoRepresents info command.classSvnGetMergeInfoReturns mergeinfo as aMapwith merge source URLs (asSVNURL) mapped to range lists (SVNMergeRangeList).classSvnGetPropertiesRepresents proplist operation.classSvnGetStatusRepresents status operation.classSvnGetStatusSummaryRepresents status operation as local working copy summary status fortargetand all its children.classSvnImportImports file or directorysourceinto repository directory defined in operation'stargetat HEAD revision.classSvnListRepresents list operation.classSvnLogRepresents log operation.classSvnLogMergeInfoCreates aSVNLogEntryobject with the revisions merged frommergeSource(as ofmergeSource'spegRevision) intotarget(as oftarget'spegRevision).classSvnMarkReplacedSchedulestargetas being replaced.classSvnMergeRepresents merge operation.classSvnPatchclassSvnReceivingOperation<T>Represents base class for all operations that can fetch object(s) for custom processing.classSvnRelocateRepresents relocate operation.classSvnRemoteCopyRepresents copy to repository operation.classSvnRemoteDeleteRepresents delete operation.classSvnRemoteMkDirCreates directory(ies) in a repository.classSvnRemoteSetPropertySetspropertyNametopropertyValueon eachtargets.classSvnResolveRepresents resolve operation.classSvnRevertRepresents revert operation.classSvnScheduleForAdditionRepresents add operation.classSvnScheduleForRemovalRepresents remove operation.classSvnSetChangelistRepresents set changelist operation.classSvnSetLockRepresents operation for locking files.classSvnSetPropertyRepresents set property operation.classSvnSetWCDbVersionclassSvnSuggestMergeSourcesReturns a collection of potential merge sources (expressed as full repositoryURLs) for working copytargetattarget'spegRevision.classSvnSwitchRepresents switch operation.classSvnUnlockRepresents operation for unlocking files.classSvnUpdateRepresents update operation.classSvnUpgradeRepresents 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. anyFormatOperationRunnersprivate java.util.Map<java.lang.Class<?>,java.util.List<ISvnOperationRunner<?,SvnOperation<?>>>>SvnOperationFactory. noneOperationRunnersprivate java.util.Map<java.lang.Class<?>,java.util.List<ISvnOperationRunner<?,SvnOperation<?>>>>SvnOperationFactory. v16OperationRunnersprivate java.util.Map<java.lang.Class<?>,java.util.List<ISvnOperationRunner<?,SvnOperation<?>>>>SvnOperationFactory. v17OperationRunnersMethods 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 voidISvnOperationHandler. afterOperationFailure(SvnOperation<?> operation)A callback that is called after each unsuccessful operation runsvoidISvnOperationHandler. afterOperationSuccess(SvnOperation<?> operation)A callback that is called after each successful operation runsprivate voidSvnOperationFactory. assertRefCount(SvnOperation<?> operation, SVNWCContext wcContext)voidISvnOperationHandler. beforeOperation(SvnOperation<?> operation)A callback that is called before each operation runsprotected ISvnOperationRunner<?,SvnOperation<?>>SvnOperationFactory. getImplementation(SvnOperation<?> operation)private SVNWCContextSvnOperationFactory. obtainWcContext(SvnOperation<?> operation)protected java.lang.ObjectSvnOperationFactory. 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 voidSvnOperationFactory. registerOperationRunner(java.lang.Class<?> operationClass, ISvnOperationRunner<?,? extends SvnOperation<?>> runner) -
Uses of SvnOperation in org.tmatesoft.svn.core.wc2.admin
-