public class Player
extends java.lang.Object
| Constructor and Description |
|---|
Player() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 applicationjava.io.IOExceptionpublic static void execute(java.lang.String fileName,
boolean trace)
throws java.io.IOException
fileName - the file nametrace - print debug informationjava.io.IOException