org.apache.commons.vfs.operations.vcs
Interface VcsStatus
- All Superinterfaces:
- FileOperation
public interface VcsStatus
- extends FileOperation
- Since:
- 0.1
- Author:
- Siarhei Baidun
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
getStatus
int getStatus()
- Returns:
- the status of FileObject
Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.