 |
The JavadocCommand example uses the Command interface to add a new command-line
option to JBuilder. By entering -javadoc followed by the path to the project file,
this tool runs the javadoc utility on the files in that project.
Files
| JavadocCommand.jpx | |
The project file for this tool |
| JavadocCommand.html | |
Project notes |
| classes.opentools | |
The OpenTools manifest |
| JavadocCommand.java | |
The OpenTool source code |
| JavadocCommand.jar | |
The packaged tool |
|