public static class ShellObserver.ShellCommandEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
ShellCommand |
command
The resolved
ShellCommand responsible for carrying out the command string. |
java.lang.String |
commandString
The shell command string that was executed.
|
int |
returnCode
The return code of the command.
|
Constructor and Description |
---|
ShellCommandEvent(java.lang.String commandString,
ShellCommand command,
int returnCode)
Initializes.
|
public java.lang.String commandString
public ShellCommand command
ShellCommand
responsible for carrying out the command string.public int returnCode
public ShellCommandEvent(java.lang.String commandString, ShellCommand command, int returnCode)
commandString
- The shell command string that was executed.command
- The resolved ShellCommand
responsible for carrying out the command string.returnCode
- The return code of the command.