org.tigris.subversion.javahl
Interface LockStatus
public interface LockStatus
- 1.2
what happened to a lock during an operation
inapplicable
public static final int inapplicable
does not make sense for this operation
locked
public static final int locked
the item was locked
stateNames
public static final String[] stateNames
unchanged
public static final int unchanged
the lock change did not change
unknown
public static final int unknown
unknown lock state
unlocked
public static final int unlocked
the item was unlocked