Class ConflictDescriptor.Kind

  • Enclosing class:
    ConflictDescriptor

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

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

      Constructors 
      Constructor Description
      Kind()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Kind

        public Kind()