Uses of Class
org.tmatesoft.svn.core.wc.SVNDiffOptions
Packages that use SVNDiffOptions
Package
Description
This package mostly contains common classes as well as interfaces used
throughout all the library.
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
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 SVNDiffOptions in org.tmatesoft.svn.cli.svn
Methods in org.tmatesoft.svn.cli.svn that return SVNDiffOptions -
Uses of SVNDiffOptions in org.tmatesoft.svn.cli.svnlook
Methods in org.tmatesoft.svn.cli.svnlook that return SVNDiffOptions -
Uses of SVNDiffOptions in org.tmatesoft.svn.core
Fields in org.tmatesoft.svn.core declared as SVNDiffOptionsConstructors in org.tmatesoft.svn.core with parameters of type SVNDiffOptionsModifierConstructorDescriptionSVNAnnotationGenerator(java.lang.String path, java.io.File tmpDirectory, long startRevision, boolean force, boolean includeMergedRevisions, SVNDiffOptions diffOptions, java.lang.String encoding, ISVNAnnotateHandler handler, ISVNEventHandler cancelBaton) Constructs an annotation generator object.SVNAnnotationGenerator(java.lang.String path, java.io.File tmpDirectory, long startRevision, boolean force, SVNDiffOptions diffOptions, ISVNEventHandler cancelBaton) Constructs an annotation generator object. -
Uses of SVNDiffOptions in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNDiffOptionsModifier and TypeFieldDescriptionprivate SVNDiffOptionsAbstractSVNMerger.myDiffOptionsprotected SVNDiffOptionsSVNMergeCallback.myDiffOptionsMethods in org.tmatesoft.svn.core.internal.wc that return SVNDiffOptionsModifier and TypeMethodDescriptionprotected SVNDiffOptionsAbstractSVNMerger.getDiffOptions()abstract SVNDiffOptionsSVNMergeDriver.getMergeOptions()Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNDiffOptionsModifier and TypeMethodDescriptionprivate de.regnis.q.sequence.line.simplifier.QSequenceLineTeeSimplifierFSMergerBySequence.createSimplifier(SVNDiffOptions options) intFSMergerBySequence.merge(de.regnis.q.sequence.line.QSequenceLineRAData baseData, de.regnis.q.sequence.line.QSequenceLineRAData localData, de.regnis.q.sequence.line.QSequenceLineRAData latestData, SVNDiffOptions options, java.io.OutputStream result, SVNDiffConflictChoiceStyle style) protected abstract SVNStatusTypeAbstractSVNMerger.mergeBinary(java.io.File baseFile, java.io.File localFile, java.io.File repositoryFile, SVNDiffOptions options, java.io.File resultFile) protected SVNStatusTypeDefaultSVNMerger.mergeBinary(java.io.File baseFile, java.io.File localFile, java.io.File repositoryFile, SVNDiffOptions options, java.io.File resultFile) protected abstract SVNStatusTypeAbstractSVNMerger.mergeText(java.io.File baseFile, java.io.File localFile, java.io.File repositoryFile, SVNDiffOptions options, java.io.File resultFile) AbstractSVNMerger.mergeText(SVNMergeFileSet files, boolean dryRun, SVNDiffOptions options) protected SVNStatusTypeDefaultSVNMerger.mergeText(java.io.File baseFile, java.io.File localFile, java.io.File latestFile, SVNDiffOptions options, java.io.File resultFile) Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type SVNDiffOptionsModifierConstructorDescriptionSVNMergeCallback(SVNAdminArea adminArea, SVNURL url, boolean force, boolean dryRun, SVNDiffOptions options, java.util.Map conflictedPathsGetter, SVNMergeDriver mergeDriver) SVNMergeCallback15(SVNAdminArea adminArea, SVNURL url, boolean force, boolean dryRun, SVNDiffOptions options, java.util.Map conflictedPathsGetter, SVNMergeDriver mergeDriver) -
Uses of SVNDiffOptions in org.tmatesoft.svn.core.internal.wc.admin
Methods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNDiffOptionsModifier and TypeMethodDescriptionSVNWCAccess.createMergeCallback(SVNMergeDriver mergeDriver, SVNAdminArea adminArea, SVNURL url, SVNDiffOptions mergeOptions, java.util.Map conflictedPaths, boolean force, boolean dryRun) SVNAdminArea.mergeText(java.lang.String localPath, java.io.File base, java.io.File latest, java.io.File copyFromText, java.lang.String localLabel, java.lang.String baseLabel, java.lang.String latestLabel, SVNProperties propChanges, boolean dryRun, SVNDiffOptions options, SVNLog log) -
Uses of SVNDiffOptions in org.tmatesoft.svn.core.internal.wc16
Fields in org.tmatesoft.svn.core.internal.wc16 declared as SVNDiffOptionsModifier and TypeFieldDescriptionprivate SVNDiffOptionsSVNDiffClient16.myDiffOptionsprivate SVNDiffOptionsSVNLogClient16.myDiffOptionsMethods in org.tmatesoft.svn.core.internal.wc16 that return SVNDiffOptionsModifier and TypeMethodDescriptionSVNLogClient16.getDiffOptions()Gets the diff options that are used in annotate operations by this client.SVNDiffClient16.getMergeOptions()Gets the diff options that are used in merge operations by this client.Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNDiffOptionsModifier and TypeMethodDescriptionvoidSVNLogClient16.setDiffOptions(SVNDiffOptions diffOptions) Sets diff options for this client to use in annotate operations.voidSVNDiffClient16.setMergeOptions(SVNDiffOptions diffOptions) Sets diff options for this client to use in merge operations. -
Uses of SVNDiffOptions in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as SVNDiffOptionsMethods in org.tmatesoft.svn.core.internal.wc17 that return SVNDiffOptionsModifier and TypeMethodDescriptionSVNLogClient17.getDiffOptions()Gets the diff options that are used in annotate operations by this client.Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNDiffOptionsModifier and TypeMethodDescriptionprivate booleanSVNWCContext.doTextMerge(ISvnMerger customMerger, java.io.File resultFile, java.io.File targetAbsPath, java.io.File detranslatedTargetAbspath, java.io.File leftAbspath, java.io.File rightAbspath, java.lang.String targetLabel, java.lang.String leftLabel, java.lang.String rightLabel, SVNDiffOptions options, SVNDiffConflictChoiceStyle style) private SVNWCContext.MergeInfoSVNWCContext.evalConflictResolverResult(SVNConflictChoice choice, java.io.File wriAbspath, java.io.File leftAbspath, java.io.File rightAbspath, java.io.File targetAbspath, java.io.File copyfromText, java.io.File mergedFile, java.io.File detranslatedTarget, SVNDiffOptions options) private SVNWCContext.MergeInfoSVNWCContext.maybeResolveConflicts(java.io.File leftAbspath, java.io.File rightAbspath, java.io.File targetAbspath, java.io.File copyfromText, java.lang.String leftLabel, java.lang.String rightLabel, java.lang.String targetLabel, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, java.io.File resultTarget, java.io.File detranslatedTarget, SVNPropertyValue mimeprop, SVNDiffOptions options, ISVNConflictHandler conflictResolver) SVNWCContext.merge(SVNSkel workItems, SVNSkel conflictSkel, java.io.File leftAbspath, java.io.File rightAbspath, java.io.File targetAbspath, java.io.File wriAbspath, java.lang.String leftLabel, java.lang.String rightLabel, java.lang.String targetLabel, SVNProperties oldActualProps, boolean dryRun, SVNDiffOptions options, SVNProperties propDiff) DefaultSvnMerger.mergeText(SVNMergeFileSet files, boolean dryRun, SVNDiffOptions options) DefaultSvnMerger.mergeText(ISvnMerger baseMerger, java.io.File resultFile, java.io.File targetAbspath, java.io.File detranslatedTargetAbspath, java.io.File leftAbspath, java.io.File rightAbspath, java.lang.String targetLabel, java.lang.String leftLabel, java.lang.String rightLabel, SVNDiffOptions options, SVNDiffConflictChoiceStyle style) SVNWCContext.mergeText(java.io.File left, java.io.File right, java.io.File target, java.lang.String leftLabel, java.lang.String rightLabel, java.lang.String targetLabel, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, boolean dryRun, SVNDiffOptions options, SVNProperties propDiff) private SVNWCContext.MergeInfoSVNWCContext.mergeTextFile(SVNWCContext.MergeInfo info, ISvnMerger customMerger, java.io.File leftAbspath, java.io.File rightAbspath, java.io.File targetAbspath, java.io.File wriAbspath, java.lang.String leftLabel, java.lang.String rightLabel, java.lang.String targetLabel, boolean dryRun, SVNDiffOptions options, java.io.File copyfromText, java.io.File detranslatedTargetAbspath, SVNPropertyValue mimeprop) voidSVNLogClient17.setDiffOptions(SVNDiffOptions diffOptions) Sets diff options for this client to use in annotate operations. -
Uses of SVNDiffOptions in org.tmatesoft.svn.core.internal.wc2.ng
Fields in org.tmatesoft.svn.core.internal.wc2.ng declared as SVNDiffOptionsModifier and TypeFieldDescriptionprivate SVNDiffOptionsSvnDiffGenerator.diffOptions(package private) SVNDiffOptionsSvnNgMergeDriver.diffOptionsMethods in org.tmatesoft.svn.core.internal.wc2.ng that return SVNDiffOptionsModifier and TypeMethodDescriptionSvnDiffGenerator.getDiffOptions()private SVNDiffOptionsSvnNgMergeCallback.getDiffOptions()Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNDiffOptionsModifier and TypeMethodDescriptionprotected SvnNgMergeDriver.MergeDataSvnNgMergeDriver.doMerge(java.util.Map<java.io.File, java.util.Map<java.lang.String, SVNMergeRangeList>> resultCatalog, java.util.List<SvnNgMergeDriver.MergeSource> mergeSources, java.io.File targetAbsPath, SVNRepository sourceRepository, boolean sourcesRelated, boolean sameRepository, boolean ignoreMergeInfo, boolean diffIgnoreAncestry, boolean forceDelete, boolean dryRun, boolean recordOnly, java.util.Collection<java.io.File> recordOnlyPaths, boolean reintegrateMerge, boolean squelcheMergeInfoNotifications, SVNDepth depth, SVNDiffOptions diffOptions) private SvnNgMergeCallback2.MergeOutcomeSvnNgMergeCallback2.merge(java.io.File leftAbsPath, java.io.File rightAbsPath, java.io.File targetAbsPath, java.lang.String leftLabel, java.lang.String rightLabel, java.lang.String targetLabel, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, boolean dryRun, java.lang.String diff3Cmd, SVNDiffOptions mergeOptions, SVNProperties originalProps, SVNProperties propChanges, boolean mergeContentNeeded, boolean mergePropsNeeded, ISVNConflictHandler conflictResolver) voidSvnDiffGenerator.setDiffOptions(SVNDiffOptions diffOptions) Constructors in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNDiffOptionsModifierConstructorDescriptionSvnNgMergeDriver(SVNWCContext context, SvnMerge operation, SvnNgRepositoryAccess repositoryAccess, SVNDiffOptions diffOptions) -
Uses of SVNDiffOptions in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return SVNDiffOptionsModifier and TypeMethodDescriptionprivate SVNDiffOptionsSVNClientImpl.getDiffOptions(DiffOptions diffOptions) -
Uses of SVNDiffOptions in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as SVNDiffOptionsModifier and TypeFieldDescriptionprivate SVNDiffOptionsSVNDiffClient.diffOptionsprivate SVNDiffOptionsSVNLogClient.diffOptionsprivate SVNDiffOptionsDefaultSVNDiffGenerator.myDiffOptionsMethods in org.tmatesoft.svn.core.wc that return SVNDiffOptionsModifier and TypeMethodDescriptionDefaultSVNDiffGenerator.getDiffOptions()Gets the diff options that are used by this generator.SVNLogClient.getDiffOptions()Gets the diff options that are used in annotate operations by this client.SVNDiffClient.getMergeOptions()Gets the diff options that are used in merge operations by this client.Methods in org.tmatesoft.svn.core.wc with parameters of type SVNDiffOptionsModifier and TypeMethodDescriptionISVNMerger.mergeText(SVNMergeFileSet files, boolean dryRun, SVNDiffOptions options) Performs a text merge.voidDefaultSVNDiffGenerator.setDiffOptions(SVNDiffOptions options) Sets diff options containing diff rules.voidSVNLogClient.setDiffOptions(SVNDiffOptions diffOptions) Sets diff options for this client to use in annotate operations.voidSVNDiffClient.setMergeOptions(SVNDiffOptions diffOptions) Sets diff options for this client to use in merge operations. -
Uses of SVNDiffOptions in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as SVNDiffOptionsModifier and TypeFieldDescriptionprivate SVNDiffOptionsSvnAnnotate.diffOptionsprivate SVNDiffOptionsSvnDiff.diffOptionsprivate SVNDiffOptionsSvnMerge.mergeOptionsMethods in org.tmatesoft.svn.core.wc2 that return SVNDiffOptionsModifier and TypeMethodDescriptionSvnAnnotate.getDiffOptions()Gets diff options for the operation.SvnDiff.getDiffOptions()Returns the operation's diff options controlling white-spaces and eol-styles.SvnMerge.getMergeOptions()Returns the operation's merge options controlling white-spaces and eol-styles.Methods in org.tmatesoft.svn.core.wc2 with parameters of type SVNDiffOptionsModifier and TypeMethodDescriptionISvnMerger.mergeText(ISvnMerger baseMerger, java.io.File resultFile, java.io.File targetAbspath, java.io.File detranslatedTargetAbspath, java.io.File leftAbspath, java.io.File rightAbspath, java.lang.String targetLabel, java.lang.String leftLabel, java.lang.String rightLabel, SVNDiffOptions options, SVNDiffConflictChoiceStyle style) Performs a text merge.voidSvnAnnotate.setDiffOptions(SVNDiffOptions diffOptions) Sets diff options for the operation.voidSvnDiff.setDiffOptions(SVNDiffOptions diffOptions) Sets the operation's diff options controlling white-spaces and eol-styles.voidSvnMerge.setMergeOptions(SVNDiffOptions mergeOptions) Sets the operation's merge options controlling white-spaces and eol-styles.