net.sf.filePiper
Class PiperTool

java.lang.Object
  extended by 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:


Constructor Summary
PiperTool()
           
 
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
 

Constructor Detail

PiperTool

public PiperTool()
Method Detail

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.