Package com.qulice.spi
Interface ResourceValidator
-
public interface ResourceValidatorValidator.- Since:
- 0.17
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringname()Name of this validator.Collection<Violation>validate(Collection<File> files)Validate and throws exception if there are any problems.
-
-
-
Method Detail
-
validate
Collection<Violation> validate(Collection<File> files)
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.
-
-