wt.wrmf.logs
Class LogXslUtility

java.lang.Object
  extended bywt.wrmf.logs.LogXslUtility
All Implemented Interfaces:
Runnable

public class LogXslUtility
extends Object
implements Runnable


Field Summary
protected  boolean appendoutput
           
protected  String filename
           
protected  String outputfilename
           
protected  String xslfilename
           
 
Constructor Summary
LogXslUtility(String filename, String xslfilename, String outputfilename)
           
LogXslUtility(String filename, String xslfilename, String outputfilename, boolean appendoutput)
           
 
Method Summary
static void convertLogFile(String filename)
           
static void main(String[] args)
           
protected  void performConversion()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filename

protected String filename

xslfilename

protected String xslfilename

outputfilename

protected String outputfilename

appendoutput

protected boolean appendoutput
Constructor Detail

LogXslUtility

public LogXslUtility(String filename,
                     String xslfilename,
                     String outputfilename)

LogXslUtility

public LogXslUtility(String filename,
                     String xslfilename,
                     String outputfilename,
                     boolean appendoutput)
Method Detail

convertLogFile

public static void convertLogFile(String filename)

run

public void run()
Specified by:
run in interface Runnable

performConversion

protected void performConversion()

main

public static void main(String[] args)