|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IValueValidator<T>
Method Summary | |
---|---|
void |
validate(java.lang.String name,
T value)
Validate the parameter. |
Method Detail |
---|
void validate(java.lang.String name, T value) throws ParameterException
name
- The name of the parameter (e.g. "-host").value
- The value of the parameter that we need to validate
ParameterException
- Thrown if the value of the parameter is invalid.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |