Extension SDK 10.1.2

oracle.ide.vcs
Interface VCSCommand

All Superinterfaces:
Command
All Known Implementing Classes:
VCSAbstractCommand

public interface VCSCommand
extends Command

Interface to a version control command.

Since:
9.0.5

Field Summary
static int ERROR
          Command execution ERROR status (exception handled).
static int NOOP
          Command execution NOOP status (no operation, invalid context).
 
Fields inherited from interface oracle.ide.addin.Command
CANCEL, EXECUTING, NO_CHANGE, NO_UNDO, NORMAL, OK
 
Method Summary
 VCSArguments getArguments()
          Gets the arguments object associated with this command.
 
Methods inherited from interface oracle.ide.addin.Command
doit, getAffectedDocuments, getContext, getData, getId, getName, getType, setContext, setData, undo
 

Field Detail

ERROR

public static final int ERROR
Command execution ERROR status (exception handled).

See Also:
Constant Field Values

NOOP

public static final int NOOP
Command execution NOOP status (no operation, invalid context).

See Also:
Constant Field Values
Method Detail

getArguments

public VCSArguments getArguments()
Gets the arguments object associated with this command.

Returns:
the command arguments.

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.