|
Extension SDK 9.0.5 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.jdeveloper.vcs.spi.VCSDirectoryInvokable
Class for assisting version clients with per-directory external command invocation.
Constructor Summary | |
VCSDirectoryInvokable(VCSDirectoryInvokableState state,
int maxArguments)
Constructor. |
Method Summary | |
protected abstract boolean |
doInvocation(java.net.URL parent,
java.net.URL[] invokeUrlArgs)
Performs an invocation for the given directory, and files. |
DeterminateProgressMonitor |
getProgressMonitor()
Gets the progress monitor of the invokable instance. |
boolean |
runInvokable()
Runs the invokable commands. |
void |
setProgressMonitor(DeterminateProgressMonitor monitor)
Sets the progress monitor of the invokable instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VCSDirectoryInvokable(VCSDirectoryInvokableState state, int maxArguments)
state
- the state object on which to operate.Method Detail |
public void setProgressMonitor(DeterminateProgressMonitor monitor)
monitor
- the progress monitor.public DeterminateProgressMonitor getProgressMonitor()
public boolean runInvokable() throws java.lang.Exception
java.lang.Exception
protected abstract boolean doInvocation(java.net.URL parent, java.net.URL[] invokeUrlArgs) throws java.lang.Exception
parent
- the parent directory for the invocation.invokeUrlArgs
- the URL arguments for the invocation.
java.lang.Exception
- if a critical exception occurred.
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.