|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jdo.enhancer.Main.CmdLineOptions
A class for holding the command line options.
Field Summary | |
(package private) java.util.List |
classFileNames
|
(package private) java.util.List |
classNames
|
(package private) java.lang.String |
destinationDirectory
|
(package private) boolean |
doTiming
|
(package private) boolean |
dumpClass
|
(package private) boolean |
forceWrite
|
(package private) java.util.List |
jdoFileNames
|
(package private) boolean |
noAnnotate
|
(package private) boolean |
noAugment
|
(package private) boolean |
noWrite
|
(package private) java.lang.String |
propertiesFileName
|
(package private) boolean |
quiet
|
(package private) java.lang.String |
sourcePath
|
(package private) boolean |
verbose
|
(package private) java.util.List |
zipFileNames
|
Constructor Summary | |
private |
Main.CmdLineOptions()
|
Method Summary | |
protected int |
checkArgs()
Check command line options. |
protected void |
printArgs()
Print command line options. |
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 |
Field Detail |
final java.util.List classNames
final java.util.List classFileNames
final java.util.List zipFileNames
final java.util.List jdoFileNames
java.lang.String sourcePath
java.lang.String destinationDirectory
java.lang.String propertiesFileName
boolean doTiming
boolean verbose
boolean quiet
boolean forceWrite
boolean noWrite
boolean dumpClass
boolean noAugment
boolean noAnnotate
Constructor Detail |
private Main.CmdLineOptions()
Method Detail |
public void usage()
protected int processArgs(java.lang.String[] argv)
protected int checkArgs()
protected void printArgs()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |