Class VerifierAction


  • public class VerifierAction
    extends Object
    A class that contains static functions used to instantiate the class that has been configured for VerifierOutput.
    • Constructor Detail

      • VerifierAction

        public VerifierAction()
    • Method Detail

      • doVerifierAction

        public static boolean doVerifierAction​(String logName,
                                               boolean result)
        Call the appropriate function to take the appropriate action for the result of a log verification.
        Parameters:
        logName - The name of the logger on which the verifier action is to be taken.
        result - Boolean value of the result of the log verification.
        Returns:
        boolean value of the result of the verification process.