Class ConflictDescriptor.Action

java.lang.Object
org.tigris.subversion.javahl.ConflictDescriptor.Action
Enclosing class:
ConflictDescriptor

public final class ConflictDescriptor.Action extends java.lang.Object
Poor man's enum for svn_wc_conflict_action_t.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Attempting to add object.
    static final int
    Attempting to delete object.
    static final int
    Attempting to change text or props.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • Action

      public Action()