jdiff
public class JDiff extends Doclet
Method Summary | |
---|---|
static void | main(String[] args)
This method is only called when running JDiff as a standalone
application, and uses ANT to execute the build configuration in the
XML configuration file passed in. |
static int | optionLength(String option)
This method is called by Javadoc to
parse the options it does not recognize. |
static int | runAnt(String[] args)
Invoke ANT by reflection.
|
static void | showUsage()
Display usage information for JDiff. |
static boolean | start(RootDoc root)
Doclet-mandated start method. |
protected boolean | startGeneration(RootDoc newRoot)
Generate the summary of the APIs.
|
static boolean | validOptions(String[][] options, DocErrorReporter reporter)
After parsing the available options using JDiff,
Javadoc invokes this method with an array of options-arrays.
|
Parameters: option a String containing an option
Returns: an int telling how many components that option has
Returns: The integer return code from running ANT.
Parameters: root a RootDoc object passed by Javadoc
Returns: true if document generation succeeds
Parameters: root the RootDoc object passed by Javadoc
Returns: true if no problems encountered within JDiff
Parameters: options an array of String arrays, one per option reporter a DocErrorReporter for generating error messages
Returns: true if no errors were found, and all options are valid