org.apache.jdo.impl.enhancer.generator
Class Main.CmdLineOptions
java.lang.Object
org.apache.jdo.impl.enhancer.generator.Main.CmdLineOptions
- Enclosing class:
- Main
- private class Main.CmdLineOptions
- extends java.lang.Object
A class for holding the command line options.
Method Summary |
protected int |
processArgs(java.lang.String[] argv)
Process command line options |
void |
usage()
Print a usage message to System.err |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
destinationDirectory
java.lang.String destinationDirectory
jdoXMLModelFileName
java.lang.String jdoXMLModelFileName
jdoPropertiesFileName
java.lang.String jdoPropertiesFileName
verbose
boolean verbose
quiet
boolean quiet
forceWrite
boolean forceWrite
noWrite
boolean noWrite
Main.CmdLineOptions
private Main.CmdLineOptions()
usage
public void usage()
- Print a usage message to System.err
processArgs
protected int processArgs(java.lang.String[] argv)
- Process command line options