| Package | Description | 
|---|---|
| oracle.ide.vcs | 
 Contains application-level interfaces to the version control sub-system. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract java.util.concurrent.Future<java.lang.Boolean> | 
VCSManager.checkOutUsingUI(VCSTask task)
Executes check outs asynchronously, with UI, through the given runnable task. 
 | 
protected abstract boolean | 
VCSManager.executeTaskImpl(VCSTask task)
Implementation method. 
 | 
protected java.util.Map | 
VCSManager.getTaskProperties(VCSTask task)
Implementation method. 
 |