Inside the JBuilder OpenTools API
Chapter 4 - PrimeTime and Command-Line Tools

Previous   Next   Listings

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.

Zipped 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
Inside the JBuilder OpenTools API Previous   Next   Listings