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.Choice
ConflictResult.choice
A value corresponding to thesvn_wc_conflict_choice_t
enum.Methods in org.apache.subversion.javahl that return ConflictResult.ChoiceModifier and TypeMethodDescriptionConflictResult.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.ChoiceModifier and TypeMethodDescriptionvoid
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.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 SVNConflictChoice
SVNClientImpl.getSVNConflictChoice
(ConflictResult.Choice choice) void
SVNClientImpl.resolve
(java.lang.String path, Depth depth, ConflictResult.Choice conflictResult)