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 intADDEDstatic intCONFLICTEDstatic intCOPIEDstatic intCORRUPTEDstatic intDELETEDstatic intEXTERNALstatic intIGNOREDstatic intMERGEDstatic intMISSINGstatic intMODIFIEDstatic intMOVEDstatic intNOT_MODIFIEDstatic intNOT_REVERTEDstatic intOBSTRUCTEDstatic intREPLACEDstatic intRESOLVEDstatic intRESTOREDstatic intREVERTEDstatic intUNKNOWNstatic intUNVERSIONEDstatic intUPDATED
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetStatus()-
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
-
-