fit
Class FileRunner

java.lang.Object
  extended by fit.FileRunner
Direct Known Subclasses:
WikiRunner

public class FileRunner
extends java.lang.Object


Field Summary
 Fixture fixture
           
 java.lang.String input
           
 java.io.PrintWriter output
           
 Parse tables
           
 
Constructor Summary
FileRunner()
           
 
Method Summary
 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

fixture

public Fixture fixture

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)
         throws java.io.IOException
Throws:
java.io.IOException

process

public void process()

args

public void args(java.lang.String[] argv)
          throws java.io.IOException
Throws:
java.io.IOException

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()


Copyright © 2009 SourceForge. All Rights Reserved.