public final class VCSStatusConstants
extends java.lang.Object
Interface for the definition of standard version status constants. These are suitable for use by most VCS clients; OracleSCM, Rational ClearCase, Merant PVCS, Microsoft Visual SourceSafe etc.
Modifier and Type | Field and Description |
---|---|
static VCSStatus |
STATUS_CHECKED_IN
Status constant indicating that a file is versioned and checked in.
|
static VCSStatus |
STATUS_CHECKED_OUT
Status constant indicating that a file is versioned and checked out.
|
static VCSStatus |
STATUS_UNRECOGNIZED
Status constant indicating that the source control system does not handle
the associated file, or cannot determine the state.
|
static VCSStatus |
STATUS_UNVERSIONED
Status constant indicating that a file is not versioned.
|
static VCSStatus |
STATUS_VERSIONED
Status constant indicating that a file is versioned, but neither checked in
or checked out.
|
public static final VCSStatus STATUS_CHECKED_IN
public static final VCSStatus STATUS_CHECKED_OUT
public static final VCSStatus STATUS_VERSIONED
public static final VCSStatus STATUS_UNVERSIONED
public static final VCSStatus STATUS_UNRECOGNIZED