com.ptc.windchill.upgrade.dust
Class DiagnosticToolDriver

java.lang.Object
  extended bycom.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.


Field Summary
private static boolean DEVELOPER_MODE
           
private  StartBlobCheckOpts opts
           
 
Constructor Summary
DiagnosticToolDriver()
           
 
Method Summary
 void execute(String[] args)
           
private  void logMessage(String msg)
           
static void main(String[] args)
           
private  boolean sendFeedback(String msg)
          Sends a message back to the client.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEVELOPER_MODE

private static boolean DEVELOPER_MODE

opts

private StartBlobCheckOpts opts
Constructor Detail

DiagnosticToolDriver

public DiagnosticToolDriver()
Method Detail

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)