com.ptc.windchill.upgrade.dust
Class ReadBlobCheckOpts
java.lang.Object
com.ptc.windchill.upgrade.dust.BlobCheckOpts
com.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.
Fields inherited from class com.ptc.windchill.upgrade.dust.BlobCheckOpts |
debugMode, directory, exportBlobs, fileName, getopt, initSuccess, maxObjects, pageSize, quickie, readBlobs, releaseLevel, rootClass, showVersion, windchillHome |
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 |
ReadBlobCheckOpts
public ReadBlobCheckOpts(String[] argv)
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