JDeveloper SCM API

oracle.ide.scm.util
Class SCMVersionFileStatus

java.lang.Object
  |
  +--oracle.ide.scm.util.SCMVersionFileStatus

public abstract class SCMVersionFileStatus
extends java.lang.Object

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

OVERLAY_CHECKED_IN

public static final javax.swing.Icon OVERLAY_CHECKED_IN
An overlay icon appropriate to checked in status.

OVERLAY_CHECKED_OUT

public static final javax.swing.Icon OVERLAY_CHECKED_OUT
An overlay icon appropriate to checked out status.

OVERLAY_UNVERSIONED

public static final javax.swing.Icon OVERLAY_UNVERSIONED
An overlay icon appropriate to unversioned status.

STATUS_CHECKED_IN

public static final SCMFileStatus STATUS_CHECKED_IN
This state indicates that a file is versioned and checked in.

STATUS_CHECKED_OUT

public static final SCMFileStatus STATUS_CHECKED_OUT
This state indicates that a file is versioned and checked out.

STATUS_UNRECOGNIZED

public static final SCMFileStatus STATUS_UNRECOGNIZED
This state indicates that the source control system does not handle the associated file, or cannot determine the state.

STATUS_UNVERSIONED

public static final SCMFileStatus STATUS_UNVERSIONED
This state indicates that a file is not versioned.

STATUS_VERSIONED

public static final SCMFileStatus STATUS_VERSIONED
This state indicates that a file is versioned, but neither checked in or checked out.
Constructor Detail

SCMVersionFileStatus

public SCMVersionFileStatus()

Copyright © 2002 Oracle Corporation