com.ptc.windchill.upgrade.dust
Class ExportBlobCheckOpts

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

public class ExportBlobCheckOpts
extends BlobCheckOpts

ExportBlobCheckOpts is used by ExportBlobDataClient to parse and validate the command line arguments. -d is required and specifies the output directory. -l is optional and specifies the release level -p is not implemented yet and specifies the pagesize


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
ExportBlobCheckOpts(String[] argv)
           
 
Method Summary
 Object[] getClassNameList()
           
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

ExportBlobCheckOpts

public ExportBlobCheckOpts(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

getClassNameList

public Object[] getClassNameList()