Extension SDK 10.1.2


oracle.jdeveloper.vcs.spi
Class VCSStatusConstants

java.lang.Object
  extended byoracle.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 VCSVersionStatus STATUS_CHECKED_IN
Status constant indicating that a file is versioned and checked in.
static VCSVersionStatus STATUS_CHECKED_OUT
Status constant indicating that a file is versioned and checked out.
static VCSVersionStatus STATUS_UNRECOGNIZED
Status constant indicating that the source control system does not handle the associated file, or cannot determine the state.
static VCSVersionStatus STATUS_UNVERSIONED
Status constant indicating that a file is not versioned.
static VCSVersionStatus STATUS_VERSIONED
Status constant indicating that a file is versioned, but neither checked in or checked out.

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 VCSVersionStatus STATUS_CHECKED_IN
Status constant indicating that a file is versioned and checked in.

STATUS_CHECKED_OUT

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

STATUS_VERSIONED

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

STATUS_UNVERSIONED

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

STATUS_UNRECOGNIZED

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

Extension SDK


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