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.ChoiceConflictResult. choiceA value corresponding to thesvn_wc_conflict_choice_tenum.Methods in org.apache.subversion.javahl that return ConflictResult.Choice Modifier and Type Method Description ConflictResult.ChoiceConflictResult. getChoice()static ConflictResult.ChoiceConflictResult.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 voidISVNClient. resolve(java.lang.String path, Depth depth, ConflictResult.Choice conflictResult)Resolves the conflicted state on a WC path (or tree).voidSVNClient. 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 SVNConflictChoiceSVNClientImpl. getSVNConflictChoice(ConflictResult.Choice choice)voidSVNClientImpl. resolve(java.lang.String path, Depth depth, ConflictResult.Choice conflictResult)
-