Class PathReadableValidator
java.lang.Object
com.github.joschi.jadconfig.validators.PathReadableValidator
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PathReadableValidator
public PathReadableValidator()
-
-
Method Details
-
validate
Description copied from interface:ValidatorValidates the value value the of provided configuration parameter name- Specified by:
validatein interfaceValidator<Path>- Parameters:
name- The name of the configuration parametervalue- The value of the configuration parameter. Might also benull.- Throws:
ValidationException- If the configuration parameter name couldn't be validated
-