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 TypeClassDescriptionclassSvnLocalOperationRunner<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 -
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 TypeInterfaceDescriptioninterfaceISvnOperationRunner<V,T extends SvnOperation<V>> This interface describes Svn* operation runner.Subclasses of SvnOperation in org.tmatesoft.svn.core.wc2Modifier and TypeClassDescriptionclassBase class for operations that change repository.classProvides methods allowing to check out, update, switch and relocate a working copy as well as export an unversioned directory or file from a repository.classRepresents annotate operation.classCanonicalizes all urls in the working copytarget.classRepresents cat operation.classRepresents checkout operation.classRepresents cleanup operation.classRepresents commit operation.classRepresents copy operation.classRepresents diff operation.classProduces a diff summary which lists the changed items betweensourcein itspegRevision, as it changed betweenstartRevisionandendRevision, or diff summary betweenfirstSourceat itspegRevisionandsecondSourceat itspegRevision.classRepresents export operation.classGets paths belonging to the specifiedchangelistsdiscovered under the specifiedtargets.classRepresents info command.classReturns mergeinfo as aMapwith merge source URLs (asSVNURL) mapped to range lists (SVNMergeRangeList).classRepresents proplist operation.classRepresents status operation.classRepresents status operation as local working copy summary status fortargetand all its children.classImports file or directorysourceinto repository directory defined in operation'stargetat HEAD revision.classRepresents list operation.classRepresents log operation.classCreates aSVNLogEntryobject with the revisions merged frommergeSource(as ofmergeSource'spegRevision) intotarget(as oftarget'spegRevision).classSchedulestargetas being replaced.classRepresents merge operation.classclassRepresents base class for all operations that can fetch object(s) for custom processing.classRepresents relocate operation.classRepresents copy to repository operation.classRepresents delete operation.classCreates directory(ies) in a repository.classSetspropertyNametopropertyValueon eachtargets.classRepresents resolve operation.classRepresents revert operation.classRepresents add operation.classRepresents remove operation.classRepresents set changelist operation.classRepresents operation for locking files.classRepresents set property operation.classclassReturns a collection of potential merge sources (expressed as full repositoryURLs) for working copytargetattarget'spegRevision.classRepresents switch operation.classRepresents operation for unlocking files.classRepresents update operation.classRepresents 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 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 SvnOperationModifier and TypeMethodDescriptionprotected 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 SvnOperationModifier and TypeMethodDescriptionvoidISvnOperationHandler.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 SvnOperationModifier and TypeMethodDescriptionprivate 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
Subclasses of SvnOperation in org.tmatesoft.svn.core.wc2.adminModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass