Interface ValidationCheck

All Known Subinterfaces:
CasValidationCheck, JCasValidationCheck

public interface ValidationCheck
Interface identifying validation checks that can be located via the Java Service Locator mechanism.
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    fail(String aMessage)
    Fail the check with the given message.
    default void
    skip(String aMessage)
    Skip the check with the given reason.