Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

oracle.jdeveloper.vcs.spi
Class VCSStatusConstants

java.lang.Object
  extended by oracle.jdeveloper.vcs.spi.VCSStatusConstants

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.

Since:
9.0.5

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

STATUS_CHECKED_IN

public static final VCSStatus STATUS_CHECKED_IN
Status constant indicating that a file is versioned and checked in.


STATUS_CHECKED_OUT

public static final VCSStatus STATUS_CHECKED_OUT
Status constant indicating that a file is versioned and checked out.


STATUS_VERSIONED

public static final VCSStatus STATUS_VERSIONED
Status constant indicating that a file is versioned, but neither checked in or checked out.


STATUS_UNVERSIONED

public static final VCSStatus STATUS_UNVERSIONED
Status constant indicating that a file is not versioned.


STATUS_UNRECOGNIZED

public static final VCSStatus STATUS_UNRECOGNIZED
Status constant indicating that the source control system does not handle the associated file, or cannot determine the state.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.