Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.jdeveloper.vcs.spi
Interface VCSStatus


public interface VCSStatus

Interface to information about a status under version control.

Since:
9.0.5

Method Summary
 IconOverlay getOverlay()
          Gets overlay information describing the status.
 boolean isCandidate()
          Asks whether this status represents a file which is a candidate to be versioned.
 boolean isVersioned()
          Asks whether this status represents a versioned file.

 

Method Detail

isVersioned

boolean isVersioned()
Asks whether this status represents a versioned file.
Returns:
a verdict on a versioned status.

isCandidate

boolean isCandidate()
Asks whether this status represents a file which is a candidate to be versioned.
Returns:
a verdict on an candidate status.

getOverlay

IconOverlay getOverlay()
Gets overlay information describing the status.
Returns:
the overlay object.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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