| Package | Description | 
|---|---|
| oracle.jdeveloper.vcs.spi | 
 Contains extension-level service provider interfaces for version control system integraton. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
VCSBatchInvokableState  | 
class  | 
VCSDirectoryInvokableState
Class for tracking the state of a VCSDirectoryInvokable. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
VCSInvokableState | 
VCSDirectoryInvokable.getState()
Gets the invokable's state object. 
 | 
| Constructor and Description | 
|---|
VCSDirectoryInvokable(VCSInvokableState state,
                     int maxArguments)
Constructor. 
 | 
VCSDirectoryInvokable(VCSInvokableState state,
                     int maxArguments,
                     boolean ignoreSubdirs)
Constructs a new  
VCSDirectoryInvokable instance for assisting
 with per-directory external command invocation. |