Uses of Enum
org.apache.subversion.javahl.ConflictResult.Choice
Packages that use ConflictResult.Choice
-
Uses of ConflictResult.Choice in org.apache.subversion.javahl
Fields in org.apache.subversion.javahl declared as ConflictResult.ChoiceModifier and TypeFieldDescriptionprivate ConflictResult.ChoiceConflictResult.choiceA value corresponding to thesvn_wc_conflict_choice_tenum.Methods in org.apache.subversion.javahl that return ConflictResult.ChoiceModifier and TypeMethodDescriptionConflictResult.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.ChoiceModifier and TypeMethodDescriptionvoidISVNClient.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.ChoiceModifierConstructorDescriptionConflictResult(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.ChoiceModifier and TypeMethodDescriptionprivate SVNConflictChoiceSVNClientImpl.getSVNConflictChoice(ConflictResult.Choice choice) voidSVNClientImpl.resolve(java.lang.String path, Depth depth, ConflictResult.Choice conflictResult)