Class DirectoryReadableValidator
java.lang.Object
com.github.joschi.jadconfig.validators.DirectoryReadableValidator
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DirectoryReadableValidator
public DirectoryReadableValidator()
-
-
Method Details
-
validate
Description copied from interface:ValidatorValidates the value value the of provided configuration parameter name- Specified by:
validatein interfaceValidator<File>- 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
-