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 SvnWcGenerationSvnRemoteOperationRunner.detectedWcGenerationMethods in org.tmatesoft.svn.core.internal.wc2 that return SvnWcGenerationModifier and TypeMethodDescriptionprivate SvnWcGenerationSvnRemoteOperationRunner.getDetectedWcGeneration()SvnRemoteOperationRunner.getWcGeneration()static SvnWcGenerationSvnWcGeneration.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 TypeMethodDescriptionbooleanSvnLocalOperationRunner.isApplicable(T operation, SvnWcGeneration wcGeneration) booleanSvnRemoteOperationRunner.isApplicable(T operation, SvnWcGeneration wcGeneration) voidSvnOperationRunner.reset(SvnWcGeneration wcGeneration) voidSvnRemoteOperationRunner.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 TypeMethodDescriptionbooleanSvnRepositoryOperationRunner.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 SvnWcGenerationSvnNgDowngrade.run(SVNWCContext context) protected SvnWcGenerationSvnNgUpgrade.run(SVNWCContext context) Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SvnWcGenerationModifier and TypeMethodDescriptionbooleanSvnNgCheckout.isApplicable(SvnCheckout operation, SvnWcGeneration wcGeneration) booleanSvnNgDiff.isApplicable(SvnDiff operation, SvnWcGeneration wcGeneration) booleanSvnNgDiffSummarize.isApplicable(SvnDiffSummarize operation, SvnWcGeneration wcGeneration) booleanSvnNgGetMergeInfo.isApplicable(SvnGetMergeInfo operation, SvnWcGeneration wcGeneration) booleanSvnNgGetProperties.isApplicable(SvnGetProperties operation, SvnWcGeneration wcGeneration) booleanSvnNgLogMergeInfo.isApplicable(SvnLogMergeInfo operation, SvnWcGeneration wcGeneration) booleanSvnNgMerge.isApplicable(SvnMerge operation, SvnWcGeneration wcGeneration) booleanSvnNgMergePegged.isApplicable(SvnMerge operation, SvnWcGeneration wcGeneration) booleanSvnNgMergeReintegrate.isApplicable(SvnMerge operation, SvnWcGeneration wcGeneration) booleanSvnNgReposToWcCopy.isApplicable(SvnCopy operation, SvnWcGeneration wcGeneration) booleanSvnNgSetProperty.isApplicable(SvnSetProperty operation, SvnWcGeneration wcGeneration) booleanSvnNgSuggestMergeSources.isApplicable(SvnSuggestMergeSources operation, SvnWcGeneration wcGeneration) booleanSvnNgWcToReposCopy.isApplicable(SvnRemoteCopy operation, SvnWcGeneration wcGeneration) booleanSvnNgWcToWcCopy.isApplicable(SvnCopy operation, SvnWcGeneration wcGeneration) voidSvnNgGetInfo.reset(SvnWcGeneration wcGeneration) voidSvnNgGetStatus.reset(SvnWcGeneration wcGeneration) voidSvnNgOperationRunner.reset(SvnWcGeneration wcGeneration) voidSvnNgRelocate.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 SvnWcGenerationSvnOldUpgrade.run()Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SvnWcGenerationModifier and TypeMethodDescriptionbooleanSvnOldCheckout.isApplicable(SvnCheckout operation, SvnWcGeneration wcGeneration) booleanSvnOldDiff.isApplicable(SvnDiff operation, SvnWcGeneration wcGeneration) booleanSvnOldGetMergeInfo.isApplicable(SvnGetMergeInfo operation, SvnWcGeneration wcGeneration) booleanSvnOldGetProperties.isApplicable(SvnGetProperties operation, SvnWcGeneration wcGeneration) booleanSvnOldImport.isApplicable(SvnImport operation, SvnWcGeneration wcGeneration) booleanSvnOldLogMergeInfo.isApplicable(SvnLogMergeInfo operation, SvnWcGeneration wcGeneration) booleanSvnOldRemoteCopy.isApplicable(SvnRemoteCopy operation, SvnWcGeneration wcGeneration) booleanSvnOldSetProperty.isApplicable(SvnSetProperty operation, SvnWcGeneration wcGeneration) booleanSvnOldSuggestMergeSources.isApplicable(SvnSuggestMergeSources operation, SvnWcGeneration wcGeneration) voidSvnOldGetProperties.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 TypeMethodDescriptionbooleanSvnNgReposToReposCopy.isApplicable(SvnRemoteCopy operation, SvnWcGeneration wcGeneration) booleanSvnRemoteAnnotate.isApplicable(SvnAnnotate operation, SvnWcGeneration wcGeneration) booleanSvnRemoteDiff.isApplicable(SvnDiff operation, SvnWcGeneration wcGeneration) booleanSvnRemoteExport.isApplicable(SvnExport operation, SvnWcGeneration wcGeneration) booleanSvnRemoteGetInfo.isApplicable(SvnGetInfo operation, SvnWcGeneration wcGeneration) booleanSvnRemoteGetProperties.isApplicable(SvnGetProperties operation, SvnWcGeneration wcGeneration) booleanSvnRemoteGetRevisionProperties.isApplicable(SvnGetProperties operation, SvnWcGeneration wcGeneration) booleanSvnRemoteList.isApplicable(SvnList operation, SvnWcGeneration wcGeneration) booleanSvnRemoteLog.isApplicable(SvnCat operation, SvnWcGeneration wcGeneration) booleanSvnRemoteSetLock.isApplicable(SvnSetLock operation, SvnWcGeneration wcGeneration) booleanSvnRemoteSetPropertyImpl.isApplicable(SvnRemoteSetProperty operation, SvnWcGeneration wcGeneration) booleanSvnRemoteSetRevisionProperty.isApplicable(SvnSetProperty operation, SvnWcGeneration wcGeneration) booleanSvnRemoteUnlock.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 SvnWcGenerationSvnOperationFactory.detectedWcGenerationprivate SvnWcGenerationSvnOperationFactory.primaryWcGenerationMethods in org.tmatesoft.svn.core.wc2 that return SvnWcGenerationModifier and TypeMethodDescriptionstatic SvnWcGenerationSvnOperationFactory.detectWcGeneration(java.io.File path, boolean climbUp) Detects working copy generation (1.6 or 1.7 format) by the working copy path.static SvnWcGenerationSvnOperationFactory.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 TypeMethodDescriptionbooleanISvnOperationRunner.isApplicable(T operation, SvnWcGeneration wcGeneration) Returns whether this runner is applicable for the operation on concrete working copy generation (1.7 or 1.6)voidISvnOperationRunner.reset(SvnWcGeneration detectedWcGeneration) Resets runner's working copy generation.voidSvnOperationFactory.setPrimaryWcGeneration(SvnWcGeneration primaryWcGeneration) (Re)sets primary (default) working copy generation.