Interface PluginValidationCheck

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface PluginValidationCheck
    A functional interface to handle plugin validation
    • Method Detail

      • test

        boolean test()
              throws Exception
        Executes the validation check, returning true if the check passes
        Returns:
        True if the check passes, false otherwise
        Throws:
        Exception - if anything goes wrong (also considered a failure)