Class SmartToolkitCommand
- java.lang.Object
-
- org.uitnet.testing.smartfwk.toolkit.SmartToolkitCommand
-
public class SmartToolkitCommand extends Object
- Author:
- Madhav Krishna
-
-
Constructor Summary
Constructors Constructor Description SmartToolkitCommand(String option, CommandArgument[] args, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandArgument[]getArgs()StringgetDescription()StringgetOption()voidsetArgs(CommandArgument[] args)voidsetDescription(String description)voidsetOption(String option)StringtoString()
-
-
-
Constructor Detail
-
SmartToolkitCommand
public SmartToolkitCommand(String option, CommandArgument[] args, String description)
-
-
Method Detail
-
getOption
public String getOption()
-
setOption
public void setOption(String option)
-
getArgs
public CommandArgument[] getArgs()
-
setArgs
public void setArgs(CommandArgument[] args)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
-