public class NoOp extends AbstractSubCommand<Void>
| Constructor and Description |
|---|
NoOp(String name,
ArgumentType... argTypes)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Void |
execute(Context context,
String... curArgs)
Execute sub command.
|
String |
getName()
Get sub-command name.
|
getArgumentTypespublic NoOp(String name, ArgumentType... argTypes)
name - sub-command name.argTypes - argument types of this sub-command.public String getName()
ISubCommandgetName in interface ISubCommand<Void>getName in class AbstractSubCommand<Void>public Void execute(Context context, String... curArgs)
ISubCommandcontext - Selenese Runner context.curArgs - arguments.Copyright © 2017. All rights reserved.