Interface Command


  • public interface Command
    • Method Detail

      • execute

        void execute​(java.io.File inputDir,
                     FileType type,
                     java.lang.String filename,
                     java.io.PrintStream out)
              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • newVerify

        static Command newVerify()
      • newDiff

        static Command newDiff()