Uses of Class
org.uitnet.testing.smartfwk.toolkit.CommandArgument
-
Packages that use CommandArgument Package Description org.uitnet.testing.smartfwk.toolkit -
-
Uses of CommandArgument in org.uitnet.testing.smartfwk.toolkit
Methods in org.uitnet.testing.smartfwk.toolkit that return CommandArgument Modifier and Type Method Description CommandArgument[]SmartToolkitCommand. getArgs()Methods in org.uitnet.testing.smartfwk.toolkit with parameters of type CommandArgument Modifier and Type Method Description voidSmartToolkitCommand. setArgs(CommandArgument[] args)voidCommandArgumentValidator. validate(String option, CommandArgument arg, String argValue)voidEnumArgumentValidator. validate(String option, CommandArgument arg, String argValue)voidStringArgumentValidator. validate(String option, CommandArgument arg, String argValue)Constructors in org.uitnet.testing.smartfwk.toolkit with parameters of type CommandArgument Constructor Description SmartToolkitCommand(String option, CommandArgument[] args, String description)
-