Interface CommandArgumentValidator
-
- All Known Implementing Classes:
EnumArgumentValidator,StringArgumentValidator
public interface CommandArgumentValidator- Author:
- Madhav Krishna
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvalidate(String option, CommandArgument arg, String argValue)
-
-
-
Method Detail
-
validate
void validate(String option, CommandArgument arg, String argValue)
-
-