fit
Class FileRunner
java.lang.Object
fit.FileRunner
- Direct Known Subclasses:
- WikiRunner
public class FileRunner
- extends java.lang.Object
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 |
input
public java.lang.String input
tables
public Parse tables
fixture
public Fixture fixture
output
public java.io.PrintWriter output
FileRunner
public FileRunner()
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.