|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.h2.test.trace.Player
public class Player
This tool can re-run Java style log files. There is no size limit.
Constructor Summary | |
---|---|
Player()
|
Method Summary | |
---|---|
static void |
execute(java.lang.String fileName,
boolean trace)
Execute a trace file. |
static void |
main(java.lang.String... args)
Execute a trace file using the command line. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Player()
Method Detail |
---|
public static void main(java.lang.String... args) throws java.io.IOException
-log
to enable logging the executed statement to
System.out
args
- the arguments of the application
java.io.IOException
public static void execute(java.lang.String fileName, boolean trace) throws java.io.IOException
fileName
- the file nametrace
- print debug information
java.io.IOException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |