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

E13403-05

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.

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

E13403-05

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