Interface ExcelSingleMediaValidator

    • Method Detail

      • validateSingleValue

        java.util.Collection<ValidationMessage> validateSingleValue​(java.util.Map<java.lang.String,​java.lang.Object> context,
                                                                    java.util.Map<java.lang.String,​java.lang.String> parameters)
        Allows to validate single media.
        Parameters:
        context - which allows to hold information about the file.
        parameters - values of excel's cell.
        Returns:
        the collection of errors. If media has no errors, then the empty collection should be returned.