Package fit

Class FileRunner

  • Direct Known Subclasses:
    WikiRunner

    public class FileRunner
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FileRunner()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void args​(java.lang.String[] argv)  
      protected void exception​(java.lang.Exception e)  
      protected void exit()  
      static void main​(java.lang.String[] argv)  
      void process()  
      protected java.lang.String read​(java.io.File input)  
      void run​(java.lang.String[] argv)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • input

        public java.lang.String input
      • tables

        public Parse tables
      • output

        public java.io.PrintWriter output
    • Constructor Detail

      • FileRunner

        public FileRunner()
    • Method Detail

      • main

        public static void main​(java.lang.String[] argv)
      • run

        public void run​(java.lang.String[] argv)
      • process

        public void process()
      • args

        public void args​(java.lang.String[] argv)
      • read

        protected java.lang.String read​(java.io.File input)
                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • exception

        protected void exception​(java.lang.Exception e)
      • exit

        protected void exit()