public class HelpExecutor extends Object implements TestCommandExecutor
| Constructor and Description |
|---|
HelpExecutor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(TestCommandInstance instance) |
Object |
executeAndVerify(TestCommandInstance instance) |
void |
fillArguments(TestCommandInstance instance,
List<String> args) |
void |
fillMandotoryOptionValues(TestCommandInstance instance,
List<String> mandotoryCommandOptions) |
void |
fillOptionValues(TestCommandInstance instance,
List<TestCommand.CommandOption> options) |
void |
setUpGemfire()
Mandate to implement validation using gemfire APIs
|
Object |
verifyCommand(TestableGfsh gfsh,
Object object)
Mandate to implement validation using other commands
|
Object |
verifyGemfire(TestableGfsh gfsh,
Object object) |
Object |
verifyJMX(TestableGfsh gfsh,
Object object)
Mandate to implement validation using JMX APIs
|
public Object executeAndVerify(TestCommandInstance instance)
executeAndVerify in interface TestCommandExecutorpublic void fillOptionValues(TestCommandInstance instance, List<TestCommand.CommandOption> options)
fillOptionValues in interface TestCommandExecutorpublic void fillMandotoryOptionValues(TestCommandInstance instance, List<String> mandotoryCommandOptions)
fillMandotoryOptionValues in interface TestCommandExecutorpublic void setUpGemfire()
TestCommandExecutorsetUpGemfire in interface TestCommandExecutorpublic void fillArguments(TestCommandInstance instance, List<String> args)
fillArguments in interface TestCommandExecutorpublic Object execute(TestCommandInstance instance)
execute in interface TestCommandExecutorpublic Object verifyGemfire(TestableGfsh gfsh, Object object)
verifyGemfire in interface TestCommandExecutorpublic Object verifyJMX(TestableGfsh gfsh, Object object)
TestCommandExecutorverifyJMX in interface TestCommandExecutorpublic Object verifyCommand(TestableGfsh gfsh, Object object)
TestCommandExecutorverifyCommand in interface TestCommandExecutorCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.