Class NoOp
java.lang.Object
jp.vmi.selenium.selenese.subcommand.AbstractSubCommand<Void>
jp.vmi.selenium.selenese.subcommand.NoOp
- All Implemented Interfaces:
ArgumentInfo,ISubCommand<Void>
public class NoOp extends AbstractSubCommand<Void>
No operation.
-
Constructor Summary
Constructors Constructor Description NoOp(String name, ArgumentType... argTypes)Constructor. -
Method Summary
Methods inherited from class jp.vmi.selenium.selenese.subcommand.AbstractSubCommand
getArgumentTypesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jp.vmi.selenium.selenese.ArgumentInfo
getArgumentCount
-
Constructor Details
-
NoOp
Constructor.- Parameters:
name- sub-command name.argTypes- argument types of this sub-command.
-
-
Method Details
-
getName
Description copied from interface:ISubCommandGet sub-command name.- Specified by:
getNamein interfaceISubCommand<Void>- Overrides:
getNamein classAbstractSubCommand<Void>- Returns:
- sub-command name.
-
execute
Description copied from interface:ISubCommandExecute sub command.- Parameters:
context- Selenese Runner context.curArgs- arguments.- Returns:
- sub command result.
-