com.ptc.windchill.upgrade.dust
Class StartBlobCheckOpts

java.lang.Object
  extended bycom.ptc.windchill.upgrade.dust.BlobCheckOpts
      extended bycom.ptc.windchill.upgrade.dust.StartBlobCheckOpts

public class StartBlobCheckOpts
extends BlobCheckOpts

StartBlobCheckOpts is used by DiagnosticToolDriver to determine whether an export or read was requested.


Field Summary
 
Fields inherited from class com.ptc.windchill.upgrade.dust.BlobCheckOpts
debugMode, directory, exportBlobs, fileName, getopt, initSuccess, maxObjects, pageSize, quickie, readBlobs, releaseLevel, rootClass, showVersion, windchillHome
 
Constructor Summary
StartBlobCheckOpts(String[] argv)
           
 
Method Summary
protected  String getMethodName()
           
protected  String getOptions()
           
protected  gnu.getopt.LongOpt[] initLongOpts()
           
static void main(String[] argv)
           
protected  void showHelp()
           
protected  boolean validate()
          Do some argument validation, checking for conflicting options, e.g.
 
Methods inherited from class com.ptc.windchill.upgrade.dust.BlobCheckOpts
getClassName, getDebugMode, getDirectoryName, getExportBlobs, getFileName, getGetopt, getInitSuccess, getMaxObjects, getPageSize, getQuickOption, getReadBlobs, getReleaseLevel, getShowVersion, getWindchillHome, init, parseOptions, printDebugMessage, printWarning, setExportBlobs, setInitSuccess, setShowVersion, showVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartBlobCheckOpts

public StartBlobCheckOpts(String[] argv)
Method Detail

main

public static void main(String[] argv)

validate

protected boolean validate()
Do some argument validation, checking for conflicting options, e.g. it can't be both an export and a read.

Overrides:
validate in class BlobCheckOpts

getMethodName

protected String getMethodName()
Specified by:
getMethodName in class BlobCheckOpts

getOptions

protected String getOptions()
Specified by:
getOptions in class BlobCheckOpts

showHelp

protected void showHelp()
Overrides:
showHelp in class BlobCheckOpts

initLongOpts

protected gnu.getopt.LongOpt[] initLongOpts()
Specified by:
initLongOpts in class BlobCheckOpts