be.lassi.ui.log
Class LogTool
java.lang.Object
be.lassi.ui.log.LogTool
public class LogTool
- extends java.lang.Object
Command line tool for formatting LCedit+ lanbox command logfiles.
Method Summary |
void |
execute(java.lang.String[] args)
Formats LCedit+ lanbox command logfiles. |
static void |
main(java.lang.String[] args)
Formats LCedit+ lanbox command logfiles. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogTool
public LogTool()
execute
public void execute(java.lang.String[] args)
throws org.apache.commons.cli.ParseException,
java.io.IOException
- Formats LCedit+ lanbox command logfiles.
- Parameters:
args
- command line arguments (-i inputfile -o outputfile)
- Throws:
org.apache.commons.cli.ParseException
java.io.IOException
main
public static void main(java.lang.String[] args)
throws java.io.IOException
- Formats LCedit+ lanbox command logfiles.
- Parameters:
args
- command line arguments (-i inputfile -o outputfile)
- Throws:
java.io.IOException