Uses of Class
org.apache.subversion.javahl.ConflictResult.Choice
-
Packages that use ConflictResult.Choice Package Description org.apache.subversion.javahl org.tmatesoft.svn.core.javahl17 -
-
Uses of ConflictResult.Choice in org.apache.subversion.javahl
Methods in org.apache.subversion.javahl that return ConflictResult.Choice Modifier and Type Method Description ConflictResult.Choice
ConflictResult. getChoice()
static ConflictResult.Choice
ConflictResult.Choice. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ConflictResult.Choice[]
ConflictResult.Choice. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.subversion.javahl with parameters of type ConflictResult.Choice Modifier and Type Method Description void
ISVNClient. resolve(java.lang.String path, Depth depth, ConflictResult.Choice conflictResult)
Resolves the conflicted state on a WC path (or tree).void
SVNClient. resolve(java.lang.String path, Depth depth, ConflictResult.Choice conflictResult)
Constructors in org.apache.subversion.javahl with parameters of type ConflictResult.Choice Constructor Description ConflictResult(ConflictResult.Choice choice, java.lang.String mergedPath)
Create a new conflict result instace. -
Uses of ConflictResult.Choice in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 with parameters of type ConflictResult.Choice Modifier and Type Method Description void
SVNClientImpl. resolve(java.lang.String path, Depth depth, ConflictResult.Choice conflictResult)
-