Interface ResourceValidator


  • public interface ResourceValidator
    Validator.
    Since:
    0.17
    • 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.