wt.ixb.handlers.netmarkets
Class UpdateEditDTDUtility
java.lang.Object
wt.ixb.handlers.netmarkets.UpdateEditDTDUtility
- public class UpdateEditDTDUtility
- extends Object
If you have updated the dtd files that are used for run-time import/export
validation on your system, you should run this program to update the edit
dtd. This program is driven by two wt.properties.
com.ptc.netmarkets.ixb.dtdLocation
The default for this property is $(wt.home)/loadXMLFiles
com.ptc.netmarkets.ixb.dtdName
The default for this property is standard.dtd
This class only works for DTDs in the $(wt.home)/registry/dtds directory.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OUTPUT_DIR
private static final String OUTPUT_DIR
OUTPUT_DIR_KEY
private static final String OUTPUT_DIR_KEY
- See Also:
- Constant Field Values
OUTPUT_NAME_KEY
private static final String OUTPUT_NAME_KEY
- See Also:
- Constant Field Values
OUTPUT_NAME
private static final String OUTPUT_NAME
INPUT_DIR
private static final String INPUT_DIR
DEV_OUTPUT_DIR
private static final String DEV_OUTPUT_DIR
DEV_OUTPUT_NAME
private static final String DEV_OUTPUT_NAME
DEV_INPUT_DIR
private static final String DEV_INPUT_DIR
UpdateEditDTDUtility
public UpdateEditDTDUtility()
main
public static void main(String[] args)
duplicateFile
private static void duplicateFile(File outputFile)
throws IOException
- Throws:
IOException
doUserMode
private static void doUserMode()
throws IOException
- Throws:
IOException
doDevMode
private static void doDevMode()
throws IOException
- Throws:
IOException
getFileList
private static String[] getFileList(File dir)
throws IOException
- Throws:
IOException