Interface Validator
public interface Validator
-
Method Summary
-
Method Details
-
getError
Validates a specific directory configuration.- Parameters:
directory
- directory object.- Returns:
- error message or
null
if there is no error in the configuration.
-