Uses of Class
org.tmatesoft.svn.core.internal.wc2.SvnWcGeneration
-
Packages that use SvnWcGeneration Package Description 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.internal.wc2.remote 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. -
-
Uses of SvnWcGeneration in org.tmatesoft.svn.core.internal.wc2
Fields in org.tmatesoft.svn.core.internal.wc2 declared as SvnWcGeneration Modifier and Type Field Description private SvnWcGeneration
SvnRemoteOperationRunner. detectedWcGeneration
Methods in org.tmatesoft.svn.core.internal.wc2 that return SvnWcGeneration Modifier and Type Method Description private SvnWcGeneration
SvnRemoteOperationRunner. getDetectedWcGeneration()
SvnWcGeneration
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 SvnWcGeneration Modifier and Type Method Description boolean
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 SvnWcGeneration Modifier and Type Method Description SvnWcGeneration
SvnRepositoryOperationRunner. getWcGeneration()
Methods in org.tmatesoft.svn.core.internal.wc2.admin with parameters of type SvnWcGeneration Modifier and Type Method Description boolean
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 SvnWcGeneration Modifier and Type Method Description SvnWcGeneration
SvnNgDiff. getWcGeneration()
SvnWcGeneration
SvnNgGetMergeInfo. getWcGeneration()
SvnWcGeneration
SvnNgLogMergeInfo. getWcGeneration()
SvnWcGeneration
SvnNgOperationRunner. getWcGeneration()
SvnWcGeneration
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 SvnWcGeneration Modifier and Type Method Description boolean
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 SvnWcGeneration Modifier and Type Method Description SvnWcGeneration
SvnOldImport. getWcGeneration()
SvnWcGeneration
SvnOldRunner. getWcGeneration()
protected SvnWcGeneration
SvnOldUpgrade. run()
Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SvnWcGeneration Modifier and Type Method Description boolean
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 SvnWcGeneration Modifier and Type Method Description boolean
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 SvnWcGeneration Modifier and Type Field Description private SvnWcGeneration
SvnOperationFactory. detectedWcGeneration
private SvnWcGeneration
SvnOperationFactory. primaryWcGeneration
Methods in org.tmatesoft.svn.core.wc2 that return SvnWcGeneration Modifier and Type Method Description static 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.SvnWcGeneration
SvnOperationFactory. getPrimaryWcGeneration()
Returns primary (default) working copy generation.private SvnWcGeneration[]
SvnOperationFactory. getRunnerScope(ISvnOperationRunner<?,? extends SvnOperation<?>> runner)
SvnWcGeneration
SvnOperationFactory. getSecondaryWcGeneration()
Returns secondary working copy generation.SvnWcGeneration
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 SvnWcGeneration Modifier and Type Method Description boolean
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.
-