Property | Type | Description | |
---|---|---|---|
dumpModules | bool | ||
generateWeb | bool | ||
moduleName | String | ||
showClassNameOnly | bool | ||
showHelp | bool |
Method | Description | |
---|---|---|
Main ( String args ) : void |
Main does all the real work. call the arg processor, show the help, and run throug the class list on the command line.
|
Method | Description | |
---|---|---|
FindClass ( String className, |
FindClass() will locate the classname using various search rules.
|
Method | Description | |
---|---|---|
processArgs ( String args ) : String[] |
Process the arguments passed to the program. Set all the switches, and return the non-switch arguments (classnames) in an array of strings.
|
|
showClass ( |
showClass() will take the given Class instance and display all the members.
|
|
showModule ( |
Shows the entire contents of the module.
|
protected static FindClass ( String className, |
||
className | String | |
module | ||
return |