Enum VcsStatus
- All Implemented Interfaces:
Serializable
,Comparable<VcsStatus>
Enumerates VFS status.
- Since:
- 0.1
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAdded.Conflicted.Copied.Corrupted.Deleted.External.Ignored.Merged.Missing.Modified.Moved.Not modified.Not reverted.Obstructed.Replaced.Resolved.Restored.Reverted.Unknown.Unversioned.Updated. -
Method Summary
-
Enum Constant Details
-
UNKNOWN
Unknown. -
NOT_MODIFIED
Not modified. -
ADDED
Added. -
CONFLICTED
Conflicted. -
DELETED
Deleted. -
MERGED
Merged. -
IGNORED
Ignored. -
MODIFIED
Modified. -
REPLACED
Replaced. -
UNVERSIONED
Unversioned. -
MISSING
Missing. -
OBSTRUCTED
Obstructed. -
REVERTED
Reverted. -
RESOLVED
Resolved. -
COPIED
Copied. -
MOVED
Moved. -
RESTORED
Restored. -
UPDATED
Updated. -
EXTERNAL
External. -
CORRUPTED
Corrupted. -
NOT_REVERTED
Not reverted.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getStatus
Gets the status.- Returns:
- the status of FileObject
-