Interface VeraPdfValidatorApp.ConsoleWriter

Enclosing class:
VeraPdfValidatorApp

public static interface VeraPdfValidatorApp.ConsoleWriter
Interface for writing to the console.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(String message)
    Writes a message to the console.
  • Method Details

    • write

      void write (String message)
      Writes a message to the console.
      Parameters:
      message - The message to write.