com.beust.jcommander
Interface IParameterValidator
- All Known Implementing Classes:
- NoValidator, PositiveInteger
public interface IParameterValidator
The class used to validate parameters.
- Author:
- Cedric Beust
validate
void validate(String name,
String value)
throws ParameterException
- Validate the parameter.
- Parameters:
name
- The name of the parameter (e.g. "-host").value
- The value of the parameter that we need to validate
- Throws:
ParameterException
- Thrown if the value of the parameter is invalid.
Copyright © 2011. All Rights Reserved.