Class StringArgumentValidator
java.lang.Object
org.uitnet.testing.smartfwk.toolkit.StringArgumentValidator
- All Implemented Interfaces:
CommandArgumentValidator
public class StringArgumentValidator extends Object implements CommandArgumentValidator
- Author:
- Madhav Krishna
-
Constructor Summary
Constructors Constructor Description StringArgumentValidator(int minLength, int maxLength, String allowedCharsRegEx) -
Method Summary
Modifier and Type Method Description voidvalidate(String option, CommandArgument arg, String argValue)
-
Constructor Details
-
StringArgumentValidator
-
-
Method Details
-
validate
- Specified by:
validatein interfaceCommandArgumentValidator
-