Package com.qulice.spi
Interface ResourceValidator
public interface ResourceValidator
Validator.
- Since:
- 0.17
-
Method Summary
Modifier and TypeMethodDescriptionname()
Name of this validator.validate
(Collection<File> files) Validate and throws exception if there are any problems.
-
Method Details
-
validate
Validate and throws exception if there are any problems.- Parameters:
files
- Files to validate- Returns:
- Validation results
-
name
String name()Name of this validator.- Returns:
- Name of this validator.
-