Extension SDK 9.0.5

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.
 
Methods inherited from interface oracle.ide.vcs.VCSStatus
isVersioned
 

Method Detail

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.

Extension SDK

 

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