|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.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_INStatus constant indicating that a file is versioned and checked in. |
static VCSStatus |
STATUS_CHECKED_OUTStatus constant indicating that a file is versioned and checked out. |
static VCSStatus |
STATUS_UNRECOGNIZEDStatus constant indicating that the source control system does not handle the associated file, or cannot determine the state. |
static VCSStatus |
STATUS_UNVERSIONEDStatus constant indicating that a file is not versioned. |
static VCSStatus |
STATUS_VERSIONEDStatus 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.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||