oracle.jdeveloper.vcs.spi
Interface VCSVersionStatus
- All Superinterfaces:
- VCSStatus
- public interface VCSVersionStatus
- extends 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. |
isCandidate
public boolean isCandidate()
- Asks whether this status represents a file which is a candidate to be versioned.
-
- Returns:
- a verdict on an candidate status.
getOverlay
public IconOverlay getOverlay()
- Gets overlay information describing the status.
-
- Returns:
- the overlay object.
Copyright © 1997, 2004, Oracle. All rights reserved.