public interface VCSStatus
Interface to information about a status under version control.
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
boolean isVersioned()
boolean isCandidate()
IconOverlay getOverlay()