
com.exasol.errorcodecrawlermavenplugin.validation.ErrorMessageDeclarationValidator Maven / Gradle / Ivy
package com.exasol.errorcodecrawlermavenplugin.validation;
import java.util.Collection;
import java.util.List;
import com.exasol.errorcodecrawlermavenplugin.Finding;
import com.exsol.errorcodemodel.ErrorMessageDeclaration;
/**
* Interface for classes that validate {@link ErrorMessageDeclaration}s.
*/
public interface ErrorMessageDeclarationValidator {
/**
* Validate the passed error message declarations.
*
* @param errorMessageDeclarations error codes to validate
* @return list of findings
*/
List validate(Collection errorMessageDeclarations);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy