ConvertTraceFileConvert a trace file to a java class. This is required because the find command truncates lines.
static void main(String[] args) throws SQLExceptionThe command line interface for this tool. The options must be split into strings like this: "-traceFile", "test.trace.db",... Options are case sensitive. The following options are supported:
Parameters:
args - the command line arguments
Throws:
Exception
void run(String[] args) throws SQLException |