@Deprecated public interface CommandStatement
CommandStatement
instance can be used multiple times to process the same command string repeatedly.Modifier and Type | Method and Description |
---|---|
String |
getCommandString()
Deprecated.
Returns the user specified command string.
|
Map<String,String> |
getEnv()
Deprecated.
Returns the CLI environment variables.
|
Result |
process()
Deprecated.
Processes this command statement with the user specified command string and environment
|
boolean |
validate()
Deprecated.
Returns whether the command statement is well formed.
|
String getCommandString()
Map<String,String> getEnv()
Result process()
Result
of the execution of this command statement.boolean validate()