Class URIAbsoluteValidator
java.lang.Object
com.github.joschi.jadconfig.validators.URIAbsoluteValidator
- Author:
- jschalanda
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
URIAbsoluteValidator
public URIAbsoluteValidator()
-
-
Method Details
-
validate
Validates if the value value the of provided configuration parameter name is an absoluteURI.- Specified by:
validatein interfaceValidator<URI>- Parameters:
name- The name of the configuration parametervalue- The value of the configuration validator- Throws:
ValidationException- If the value value configuration parameter name can't be parsed as aURIor is not absolute.
-