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