Uses of Enum
org.tmatesoft.svn.core.internal.wc2.SvnWcGeneration
Packages that use SvnWcGeneration
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.
-
Uses of SvnWcGeneration in org.tmatesoft.svn.core.internal.wc2
Fields in org.tmatesoft.svn.core.internal.wc2 declared as SvnWcGenerationModifier and TypeFieldDescriptionprivate SvnWcGeneration
SvnRemoteOperationRunner.detectedWcGeneration
Methods in org.tmatesoft.svn.core.internal.wc2 that return SvnWcGenerationModifier and TypeMethodDescriptionprivate SvnWcGeneration
SvnRemoteOperationRunner.getDetectedWcGeneration()
SvnRemoteOperationRunner.getWcGeneration()
static SvnWcGeneration
SvnWcGeneration.valueOf
(java.lang.String name) Returns the enum constant of this type with the specified name.static SvnWcGeneration[]
SvnWcGeneration.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tmatesoft.svn.core.internal.wc2 with parameters of type SvnWcGenerationModifier and TypeMethodDescriptionboolean
SvnLocalOperationRunner.isApplicable
(T operation, SvnWcGeneration wcGeneration) boolean
SvnRemoteOperationRunner.isApplicable
(T operation, SvnWcGeneration wcGeneration) void
SvnOperationRunner.reset
(SvnWcGeneration wcGeneration) void
SvnRemoteOperationRunner.reset
(SvnWcGeneration wcGeneration) -
Uses of SvnWcGeneration in org.tmatesoft.svn.core.internal.wc2.admin
Methods in org.tmatesoft.svn.core.internal.wc2.admin that return SvnWcGenerationMethods in org.tmatesoft.svn.core.internal.wc2.admin with parameters of type SvnWcGenerationModifier and TypeMethodDescriptionboolean
SvnRepositoryOperationRunner.isApplicable
(T operation, SvnWcGeneration wcGeneration) -
Uses of SvnWcGeneration in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return SvnWcGenerationModifier and TypeMethodDescriptionSvnNgDiff.getWcGeneration()
SvnNgGetMergeInfo.getWcGeneration()
SvnNgLogMergeInfo.getWcGeneration()
SvnNgOperationRunner.getWcGeneration()
SvnNgSuggestMergeSources.getWcGeneration()
protected SvnWcGeneration
SvnNgDowngrade.run
(SVNWCContext context) protected SvnWcGeneration
SvnNgUpgrade.run
(SVNWCContext context) Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SvnWcGenerationModifier and TypeMethodDescriptionboolean
SvnNgCheckout.isApplicable
(SvnCheckout operation, SvnWcGeneration wcGeneration) boolean
SvnNgDiff.isApplicable
(SvnDiff operation, SvnWcGeneration wcGeneration) boolean
SvnNgDiffSummarize.isApplicable
(SvnDiffSummarize operation, SvnWcGeneration wcGeneration) boolean
SvnNgGetMergeInfo.isApplicable
(SvnGetMergeInfo operation, SvnWcGeneration wcGeneration) boolean
SvnNgGetProperties.isApplicable
(SvnGetProperties operation, SvnWcGeneration wcGeneration) boolean
SvnNgLogMergeInfo.isApplicable
(SvnLogMergeInfo operation, SvnWcGeneration wcGeneration) boolean
SvnNgMerge.isApplicable
(SvnMerge operation, SvnWcGeneration wcGeneration) boolean
SvnNgMergePegged.isApplicable
(SvnMerge operation, SvnWcGeneration wcGeneration) boolean
SvnNgMergeReintegrate.isApplicable
(SvnMerge operation, SvnWcGeneration wcGeneration) boolean
SvnNgReposToWcCopy.isApplicable
(SvnCopy operation, SvnWcGeneration wcGeneration) boolean
SvnNgSetProperty.isApplicable
(SvnSetProperty operation, SvnWcGeneration wcGeneration) boolean
SvnNgSuggestMergeSources.isApplicable
(SvnSuggestMergeSources operation, SvnWcGeneration wcGeneration) boolean
SvnNgWcToReposCopy.isApplicable
(SvnRemoteCopy operation, SvnWcGeneration wcGeneration) boolean
SvnNgWcToWcCopy.isApplicable
(SvnCopy operation, SvnWcGeneration wcGeneration) void
SvnNgGetInfo.reset
(SvnWcGeneration wcGeneration) void
SvnNgGetStatus.reset
(SvnWcGeneration wcGeneration) void
SvnNgOperationRunner.reset
(SvnWcGeneration wcGeneration) void
SvnNgRelocate.reset
(SvnWcGeneration wcGeneration) -
Uses of SvnWcGeneration in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old that return SvnWcGenerationModifier and TypeMethodDescriptionSvnOldImport.getWcGeneration()
SvnOldRunner.getWcGeneration()
protected SvnWcGeneration
SvnOldUpgrade.run()
Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SvnWcGenerationModifier and TypeMethodDescriptionboolean
SvnOldCheckout.isApplicable
(SvnCheckout operation, SvnWcGeneration wcGeneration) boolean
SvnOldDiff.isApplicable
(SvnDiff operation, SvnWcGeneration wcGeneration) boolean
SvnOldGetMergeInfo.isApplicable
(SvnGetMergeInfo operation, SvnWcGeneration wcGeneration) boolean
SvnOldGetProperties.isApplicable
(SvnGetProperties operation, SvnWcGeneration wcGeneration) boolean
SvnOldImport.isApplicable
(SvnImport operation, SvnWcGeneration wcGeneration) boolean
SvnOldLogMergeInfo.isApplicable
(SvnLogMergeInfo operation, SvnWcGeneration wcGeneration) boolean
SvnOldRemoteCopy.isApplicable
(SvnRemoteCopy operation, SvnWcGeneration wcGeneration) boolean
SvnOldSetProperty.isApplicable
(SvnSetProperty operation, SvnWcGeneration wcGeneration) boolean
SvnOldSuggestMergeSources.isApplicable
(SvnSuggestMergeSources operation, SvnWcGeneration wcGeneration) void
SvnOldGetProperties.reset
(SvnWcGeneration wcGeneration) -
Uses of SvnWcGeneration in org.tmatesoft.svn.core.internal.wc2.remote
Methods in org.tmatesoft.svn.core.internal.wc2.remote with parameters of type SvnWcGenerationModifier and TypeMethodDescriptionboolean
SvnNgReposToReposCopy.isApplicable
(SvnRemoteCopy operation, SvnWcGeneration wcGeneration) boolean
SvnRemoteAnnotate.isApplicable
(SvnAnnotate operation, SvnWcGeneration wcGeneration) boolean
SvnRemoteDiff.isApplicable
(SvnDiff operation, SvnWcGeneration wcGeneration) boolean
SvnRemoteExport.isApplicable
(SvnExport operation, SvnWcGeneration wcGeneration) boolean
SvnRemoteGetInfo.isApplicable
(SvnGetInfo operation, SvnWcGeneration wcGeneration) boolean
SvnRemoteGetProperties.isApplicable
(SvnGetProperties operation, SvnWcGeneration wcGeneration) boolean
SvnRemoteGetRevisionProperties.isApplicable
(SvnGetProperties operation, SvnWcGeneration wcGeneration) boolean
SvnRemoteList.isApplicable
(SvnList operation, SvnWcGeneration wcGeneration) boolean
SvnRemoteLog.isApplicable
(SvnCat operation, SvnWcGeneration wcGeneration) boolean
SvnRemoteSetLock.isApplicable
(SvnSetLock operation, SvnWcGeneration wcGeneration) boolean
SvnRemoteSetPropertyImpl.isApplicable
(SvnRemoteSetProperty operation, SvnWcGeneration wcGeneration) boolean
SvnRemoteSetRevisionProperty.isApplicable
(SvnSetProperty operation, SvnWcGeneration wcGeneration) boolean
SvnRemoteUnlock.isApplicable
(SvnUnlock operation, SvnWcGeneration wcGeneration) -
Uses of SvnWcGeneration in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as SvnWcGenerationModifier and TypeFieldDescriptionprivate SvnWcGeneration
SvnOperationFactory.detectedWcGeneration
private SvnWcGeneration
SvnOperationFactory.primaryWcGeneration
Methods in org.tmatesoft.svn.core.wc2 that return SvnWcGenerationModifier and TypeMethodDescriptionstatic SvnWcGeneration
SvnOperationFactory.detectWcGeneration
(java.io.File path, boolean climbUp) Detects working copy generation (1.6 or 1.7 format) by the working copy path.static SvnWcGeneration
SvnOperationFactory.detectWcGeneration
(java.io.File path, boolean climbUp, boolean isAdditionMode) Detects working copy generation (1.6 or 1.7 format) by the working copy path in (not in) the addition mode.SvnOperationFactory.getPrimaryWcGeneration()
Returns primary (default) working copy generation.private SvnWcGeneration[]
SvnOperationFactory.getRunnerScope
(ISvnOperationRunner<?, ? extends SvnOperation<?>> runner) SvnOperationFactory.getSecondaryWcGeneration()
Returns secondary working copy generation.ISvnOperationRunner.getWcGeneration()
Returns runner's working copy generation it is able to operate on.Methods in org.tmatesoft.svn.core.wc2 with parameters of type SvnWcGenerationModifier and TypeMethodDescriptionboolean
ISvnOperationRunner.isApplicable
(T operation, SvnWcGeneration wcGeneration) Returns whether this runner is applicable for the operation on concrete working copy generation (1.7 or 1.6)void
ISvnOperationRunner.reset
(SvnWcGeneration detectedWcGeneration) Resets runner's working copy generation.void
SvnOperationFactory.setPrimaryWcGeneration
(SvnWcGeneration primaryWcGeneration) (Re)sets primary (default) working copy generation.