public class FileRunner
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Fixture |
fixture |
java.lang.String |
input |
java.io.PrintWriter |
output |
Parse |
tables |
Constructor and Description |
---|
FileRunner() |
Modifier and Type | Method and 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) |
public java.lang.String input
public Parse tables
public Fixture fixture
public java.io.PrintWriter output
public static void main(java.lang.String[] argv)
public void run(java.lang.String[] argv) throws java.io.IOException
java.io.IOException
public void process()
public void args(java.lang.String[] argv) throws java.io.IOException
java.io.IOException
protected java.lang.String read(java.io.File input) throws java.io.IOException
java.io.IOException
protected void exception(java.lang.Exception e)
protected void exit()
Copyright © 2016 Fit. All Rights Reserved.