Class SVNConflictDescriptor.Reason

java.lang.Object
org.tigris.subversion.svnclientadapter.SVNConflictDescriptor.Reason
Enclosing class:
SVNConflictDescriptor

public final class SVNConflictDescriptor.Reason extends Object
From JavaHL
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Object is already added or schedule-add.
    static final int
    Object is already schedule-delete.
    static final int
    Local edits are already present.
    static final int
    Object is unknown or missing.
    static final int
    Object is moved away.
    static final int
    Object is moved here.
    static final int
    Another object is in the way.
    static final int
    Object is already replaced.
    static final int
    Object is unversioned.
  • 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

    • edited

      public static final int edited
      Local edits are already present.
      See Also:
    • obstructed

      public static final int obstructed
      Another object is in the way.
      See Also:
    • deleted

      public static final int deleted
      Object is already schedule-delete.
      See Also:
    • missing

      public static final int missing
      Object is unknown or missing.
      See Also:
    • unversioned

      public static final int unversioned
      Object is unversioned.
      See Also:
    • added

      public static final int added
      Object is already added or schedule-add.
      See Also:
    • replaced

      public static final int replaced
      Object is already replaced.
      See Also:
    • moved_away

      public static final int moved_away
      Object is moved away.
      See Also:
    • moved_here

      public static final int moved_here
      Object is moved here.
      See Also:
  • Constructor Details

    • Reason

      public Reason()