com.ptc.windchill.upgrade.dust
Class ReadBlobCheckOpts

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

public class ReadBlobCheckOpts
extends BlobCheckOpts

ReadBlobCheckOpts is used by ReadBlobData to parse and validate the command line arguments. -d is required and specifies the input directory. -o is optional and specifies the name of the report file.


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
ReadBlobCheckOpts(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()
           
 
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

ReadBlobCheckOpts

public ReadBlobCheckOpts(String[] argv)
Method Detail

main

public static void main(String[] argv)

validate

protected boolean validate()
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