com.ptc.windchill.upgrade.dust
Class DiagnosticToolDriver
java.lang.Object
com.ptc.windchill.upgrade.dust.DiagnosticToolDriver
- public class DiagnosticToolDriver
- extends Object
Entry point to the Diagnostic Upgrade Serialization Utility.
Parses command line arguments to decide whether an export or a read is being
requested. Using -x is the default and starts an export of
serialized objects from the database to .xml files.
Using -r will read exported data and generate a serialization report.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEVELOPER_MODE
private static boolean DEVELOPER_MODE
opts
private StartBlobCheckOpts opts
DiagnosticToolDriver
public DiagnosticToolDriver()
main
public static void main(String[] args)
execute
public void execute(String[] args)
throws WTException
- Throws:
WTException
sendFeedback
private boolean sendFeedback(String msg)
- Sends a message back to the client.
logMessage
private void logMessage(String msg)