Interface VcsStatus
-
- All Superinterfaces:
FileOperation
public interface VcsStatus extends FileOperation
todo: add class description here- Since:
- 0.1
- Author:
- Siarhei Baidun
-
-
Field Summary
Fields Modifier and Type Field Description static int
ADDED
static int
CONFLICTED
static int
COPIED
static int
CORRUPTED
static int
DELETED
static int
EXTERNAL
static int
IGNORED
static int
MERGED
static int
MISSING
static int
MODIFIED
static int
MOVED
static int
NOT_MODIFIED
static int
NOT_REVERTED
static int
OBSTRUCTED
static int
REPLACED
static int
RESOLVED
static int
RESTORED
static int
REVERTED
static int
UNKNOWN
static int
UNVERSIONED
static int
UPDATED
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getStatus()
-
Methods inherited from interface org.apache.commons.vfs.operations.FileOperation
process
-
-
-
-
Field Detail
-
UNKNOWN
static final int UNKNOWN
- See Also:
- Constant Field Values
-
NOT_MODIFIED
static final int NOT_MODIFIED
- See Also:
- Constant Field Values
-
ADDED
static final int ADDED
- See Also:
- Constant Field Values
-
CONFLICTED
static final int CONFLICTED
- See Also:
- Constant Field Values
-
DELETED
static final int DELETED
- See Also:
- Constant Field Values
-
MERGED
static final int MERGED
- See Also:
- Constant Field Values
-
IGNORED
static final int IGNORED
- See Also:
- Constant Field Values
-
MODIFIED
static final int MODIFIED
- See Also:
- Constant Field Values
-
REPLACED
static final int REPLACED
- See Also:
- Constant Field Values
-
UNVERSIONED
static final int UNVERSIONED
- See Also:
- Constant Field Values
-
MISSING
static final int MISSING
- See Also:
- Constant Field Values
-
OBSTRUCTED
static final int OBSTRUCTED
- See Also:
- Constant Field Values
-
REVERTED
static final int REVERTED
- See Also:
- Constant Field Values
-
RESOLVED
static final int RESOLVED
- See Also:
- Constant Field Values
-
COPIED
static final int COPIED
- See Also:
- Constant Field Values
-
MOVED
static final int MOVED
- See Also:
- Constant Field Values
-
RESTORED
static final int RESTORED
- See Also:
- Constant Field Values
-
UPDATED
static final int UPDATED
- See Also:
- Constant Field Values
-
EXTERNAL
static final int EXTERNAL
- See Also:
- Constant Field Values
-
CORRUPTED
static final int CORRUPTED
- See Also:
- Constant Field Values
-
NOT_REVERTED
static final int NOT_REVERTED
- See Also:
- Constant Field Values
-
-