wt.load.util
Class XML2CSV

java.lang.Object
  extended bywt.load.util.XML2CSV

public class XML2CSV
extends Object


Field Summary
private static String _rb
           
private static File inputDir
           
private static String MAP_FILE_NAME
           
private static String mapfile
           
private static File outputDir
           
private static boolean printUsage
           
 
Constructor Summary
XML2CSV()
           
 
Method Summary
static void main(String[] args)
           
private static void printUsage()
           
private static void processArgs(String[] args)
           
static void XMLToCSVFiles(XCConverter converter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_rb

private static final String _rb
See Also:
Constant Field Values

MAP_FILE_NAME

private static final String MAP_FILE_NAME
See Also:
Constant Field Values

mapfile

private static String mapfile

inputDir

private static File inputDir

outputDir

private static File outputDir

printUsage

private static boolean printUsage
Constructor Detail

XML2CSV

public XML2CSV()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

XMLToCSVFiles

public static void XMLToCSVFiles(XCConverter converter)
                          throws IOException,
                                 Exception
Throws:
IOException
Exception

processArgs

private static void processArgs(String[] args)
                         throws WTException
Throws:
WTException

printUsage

private static void printUsage()