|
JDeveloper SCM API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.ide.scm.util.SCMVersionFileStatus
Status constants interface for a standard version file, suitable for use by most SCM system clients. These include Repository, ClearCase, PVCS, and MS Visual SourceSafe.
Field Summary | |
static javax.swing.Icon |
OVERLAY_CHECKED_IN
An overlay icon appropriate to checked in status. |
static javax.swing.Icon |
OVERLAY_CHECKED_OUT
An overlay icon appropriate to checked out status. |
static javax.swing.Icon |
OVERLAY_UNVERSIONED
An overlay icon appropriate to unversioned status. |
static SCMFileStatus |
STATUS_CHECKED_IN
This state indicates that a file is versioned and checked in. |
static SCMFileStatus |
STATUS_CHECKED_OUT
This state indicates that a file is versioned and checked out. |
static SCMFileStatus |
STATUS_UNRECOGNIZED
This state indicates that the source control system does not handle the associated file, or cannot determine the state. |
static SCMFileStatus |
STATUS_UNVERSIONED
This state indicates that a file is not versioned. |
static SCMFileStatus |
STATUS_VERSIONED
This state indicates that a file is versioned, but neither checked in or checked out. |
Constructor Summary | |
SCMVersionFileStatus()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final javax.swing.Icon OVERLAY_CHECKED_IN
public static final javax.swing.Icon OVERLAY_CHECKED_OUT
public static final javax.swing.Icon OVERLAY_UNVERSIONED
public static final SCMFileStatus STATUS_CHECKED_IN
public static final SCMFileStatus STATUS_CHECKED_OUT
public static final SCMFileStatus STATUS_UNRECOGNIZED
public static final SCMFileStatus STATUS_UNVERSIONED
public static final SCMFileStatus STATUS_VERSIONED
Constructor Detail |
public SCMVersionFileStatus()
|
Copyright © 2002 Oracle Corporation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |