net.sf.filePiper
Class PiperTool
java.lang.Object
net.sf.filePiper.PiperTool
public class PiperTool
- extends Object
Main class of the 'Piper file processing' tool. This class is a Builder building the editor tool in a frame to run as an
application.
This class interpret a simple command line:
java (jvm args) net.sf.filePiper.PiperTool [configFile]
where:
- configFile = path to the tool configuration file (default = './PiperTool.properties')
|
Method Summary |
protected void |
exit()
|
static void |
main(String[] args)
|
static void |
setupLogging()
Configure log4j using the "log4j.xml" file from the default (bin) directory. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PiperTool
public PiperTool()
setupLogging
public static void setupLogging()
- Configure log4j using the "log4j.xml" file from the default (bin) directory.
exit
protected void exit()
main
public static void main(String[] args)
Copyright © 2011. All Rights Reserved.