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). |
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
getArguments
public VCSArguments getArguments()
- Gets the arguments object associated with this command.
-
- Returns:
- the command arguments.
Copyright © 1997, 2004, Oracle. All rights reserved.