Class 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 int add
      Attempting to add object.
      static int delete
      Attempting to delete object.
      static int edit
      Attempting to change text or props.
    • Constructor Summary

      Constructors 
      Constructor Description
      Action()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Action

        public Action()