| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jdeveloper.vcs.spi.VCSStatusConstants
public final class VCSStatusConstants
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.
| Field Summary | |
|---|---|
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.  | 
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
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
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||