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()
Returns the user specified command string.
|
Map<String,String> |
getEnv()
Returns the CLI environment variables.
|
Result |
process()
Processes this command statement with the user specified command string
and environment
|
boolean |
validate()
Returns whether the command statement is well formed.
|
String getCommandString()
Result process()
Result
of the execution of this command statement.boolean validate()
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.