wt.load.util
Class DTDGenerator
java.lang.Object
wt.load.util.DTDGenerator
- public class DTDGenerator
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_DEV_OUT_PATH
public static String DEFAULT_DEV_OUT_PATH
DEFAULT_MAP_FILE
private static File DEFAULT_MAP_FILE
DEFAULT_INTEG_OUT_PATH
private static String DEFAULT_INTEG_OUT_PATH
devOutPath
public String devOutPath
mapFile
private File mapFile
integOutPath
private String integOutPath
DTDGenerator
public DTDGenerator(File mapFile,
String devOutPath,
String integOutPath)
DTDGenerator
public DTDGenerator()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
doDevMode
public void doDevMode()
throws WTException
- Throws:
WTException
doIntMode
public void doIntMode()
throws WTException
- Throws:
WTException
doTheWork
private void doTheWork(boolean devMode)
throws WTException
- Throws:
WTException
printUsage
private static void printUsage()
duplicateFile
public static void duplicateFile(File outputFile)
throws IOException
- Copies the passed in file to a duplicate file with a time stamp.
- Throws:
IOException