public abstract class VersionTreeCompareCommand extends Command
| Modifier | Constructor and Description |
|---|---|
protected |
VersionTreeCompareCommand(int cmdId) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract CompareContributor |
createContributor(java.net.URL url, oracle.ide.vhv.VHVInContextResource resource) |
protected CompareContributor |
createURLContributor(java.net.URL url) |
int |
doit()
Executes the actions associated with a specific command.
|
protected abstract oracle.ide.vhv.VHVInContextResource |
getLeftResource() |
enableConfirmation, getAffectedNodes, getContext, getData, getId, getName, getProgressHandle, getType, isGlobal, setContext, setData, setTaskInfo, undo
public int doit()
throws java.lang.Exception
Commandprotected abstract oracle.ide.vhv.VHVInContextResource getLeftResource()
protected abstract CompareContributor createContributor(java.net.URL url, oracle.ide.vhv.VHVInContextResource resource) throws java.lang.Exception
java.lang.Exceptionprotected CompareContributor createURLContributor(java.net.URL url) throws java.io.IOException
java.io.IOException