Uses of Class
org.tmatesoft.svn.core.wc.SVNConflictChoice
Packages that use SVNConflictChoice
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
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 SVNConflictChoice in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl that return SVNConflictChoiceModifier and TypeMethodDescriptionstatic SVNConflictChoiceJavaHLObjectFactory.getSVNConflictChoice(int conflictResult) -
Uses of SVNConflictChoice in org.tmatesoft.svn.core.internal.wc.admin
Methods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNConflictChoiceModifier and TypeMethodDescriptionbooleanSVNAdminArea.markResolved(java.lang.String name, boolean text, boolean props, SVNConflictChoice conflictChoice) -
Uses of SVNConflictChoice in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNConflictChoiceModifier and TypeMethodDescriptionvoidSVNWCClient16.doResolve(java.io.File path, SVNDepth depth, boolean resolveContents, boolean resolveProperties, boolean resolveTree, SVNConflictChoice conflictChoice) Performs automatic conflict resolution on a working copypath.voidSVNWCClient16.doResolve(java.io.File path, SVNDepth depth, boolean resolveContents, boolean resolveProperties, SVNConflictChoice conflictChoice) Performs automatic conflict resolution on a working copypath.voidSVNWCClient16.doResolve(java.io.File path, SVNDepth depth, SVNConflictChoice conflictChoice) Performs automatic conflict resolution on a working copypath. -
Uses of SVNConflictChoice in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as SVNConflictChoiceMethods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNConflictChoiceModifier and TypeMethodDescriptionprivate 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) SVNWCContext.evalTextConflictFuncResult(java.io.File localAbsPath, SVNConflictChoice choice, java.io.File leftAbsPath, java.io.File rightAbsPath, java.io.File mergedAbsPath, java.io.File detranslatedTarget) private voidSVNWCContext.recursiveResolveConflict(java.io.File localAbsPath, SVNDepth depth, boolean resolveText, java.lang.String resolveProps, boolean resolveTree, SVNConflictChoice conflictChoice, ISVNConflictHandler conflictHandler) booleanSVNWCContext.resolveConflictOnNode(java.io.File localAbsPath, boolean resolveText, boolean resolveProps, SVNConflictChoice conflictChoice) voidSVNWCContext.resolvedConflict(java.io.File localAbsPath, SVNDepth depth, boolean resolveText, java.lang.String resolveProps, boolean resolveTree, SVNConflictChoice conflictChoice) private voidSVNWCContext.resolveOneConflict(java.io.File localAbsPath, boolean resolveText, java.lang.String resolveProps, boolean resolveTree, SVNConflictChoice conflictChoice) private booleanSVNWCContext.resolvePropConflictOnNode(java.io.File localAbsPath, java.lang.String conflictedPropName, SVNConflictChoice conflictChoice, java.io.File mergedFile) private booleanSVNWCContext.resolveTextConflictOnNode(java.io.File localAbsPath, SVNConflictChoice conflictChoice, java.io.File mergedFile) private booleanSVNWCContext.resolveTreeConflictOnNode(java.io.File localAbsPath, SVNConflictChoice conflictChoice) -
Uses of SVNConflictChoice in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return SVNConflictChoiceModifier and TypeMethodDescriptionprivate SVNConflictChoiceSVNClientImpl.getSVNConflictChoice(ConflictResult.Choice choice) -
Uses of SVNConflictChoice in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as SVNConflictChoiceModifier and TypeFieldDescriptionstatic SVNConflictChoiceSVNConflictChoice.BASEConstant saying to choose the base version of the file to resolve the conflict here and now.static SVNConflictChoiceSVNConflictChoice.MERGEDConstant saying to choose the merged version of the file to resolve the conflict here and now.static SVNConflictChoiceSVNConflictChoice.MINE_CONFLICTConstant saying to choose the own (for conflicted hunks) version of the file to resolve the conflict here and now.static SVNConflictChoiceSVNConflictChoice.MINE_FULLConstant saying to choose the own version of the file to resolve the conflict here and now.private SVNConflictChoiceSVNConflictResult.myConflictChoicestatic SVNConflictChoiceSVNConflictChoice.POSTPONEConstant saying: don't resolve the conflict now.static SVNConflictChoiceSVNConflictChoice.THEIRS_CONFLICTConstant saying to choose the incoming (for conflicted hunks) version of the file to resolve the conflict here and now.static SVNConflictChoiceSVNConflictChoice.THEIRS_FULLConstant saying to choose the incoming version of the file to resolve the conflict here and now.Methods in org.tmatesoft.svn.core.wc that return SVNConflictChoiceModifier and TypeMethodDescriptionSVNConflictResult.getConflictChoice()Returns the conflict handler's choice.Methods in org.tmatesoft.svn.core.wc with parameters of type SVNConflictChoiceModifier and TypeMethodDescriptionvoidSVNWCClient.doResolve(java.io.File path, SVNDepth depth, boolean resolveContents, boolean resolveProperties, boolean resolveTree, SVNConflictChoice conflictChoice) Performs automatic conflict resolution on a working copypath.voidSVNWCClient.doResolve(java.io.File path, SVNDepth depth, boolean resolveContents, boolean resolveProperties, SVNConflictChoice conflictChoice) Performs automatic conflict resolution on a working copypath.voidSVNWCClient.doResolve(java.io.File path, SVNDepth depth, SVNConflictChoice conflictChoice) Performs automatic conflict resolution on a working copypath.Constructors in org.tmatesoft.svn.core.wc with parameters of type SVNConflictChoiceModifierConstructorDescriptionSVNConflictResult(SVNConflictChoice conflictChoice, java.io.File mergedFile) Creates a newSVNConflictChoiceobject.SVNConflictResult(SVNConflictChoice conflictChoice, java.io.File mergedFile, boolean saveMerged) Creates a newSVNConflictChoiceobject. -
Uses of SVNConflictChoice in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as SVNConflictChoiceMethods in org.tmatesoft.svn.core.wc2 that return SVNConflictChoiceModifier and TypeMethodDescriptionSvnResolve.getConflictChoice()Gets kind of choice object for making decision while resolving.Methods in org.tmatesoft.svn.core.wc2 with parameters of type SVNConflictChoiceModifier and TypeMethodDescriptionvoidSvnResolve.setConflictChoice(SVNConflictChoice conflictChoice) Sets kind of choice object for making decision while resolving.