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
Fields in org.apache.subversion.javahl declared as ConflictResult.Choice Modifier and Type Field Description private ConflictResult.Choice
ConflictResult. choice
A value corresponding to thesvn_wc_conflict_choice_t
enum.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 private SVNConflictChoice
SVNClientImpl. getSVNConflictChoice(ConflictResult.Choice choice)
void
SVNClientImpl. resolve(java.lang.String path, Depth depth, ConflictResult.Choice conflictResult)
-