|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectDoclet
jdiff.JDiff
public class JDiff
Generates HTML describing the changes between two sets of Java source code. See the file LICENSE.txt for copyright details.
| Constructor Summary | |
|---|---|
JDiff()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.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(java.lang.String option)
This method is called by Javadoc to parse the options it does not recognize. |
static int |
runAnt(java.lang.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(java.lang.String[][] options,
DocErrorReporter reporter)
After parsing the available options using optionLength(java.lang.String),
Javadoc invokes this method with an array of options-arrays. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JDiff()
| Method Detail |
|---|
public static boolean start(RootDoc root)
root - a RootDoc object passed by Javadoc
protected boolean startGeneration(RootDoc newRoot)
root - the RootDoc object passed by Javadoc
public static int optionLength(java.lang.String option)
validOptions(java.lang.String[][], DocErrorReporter) to validate them.
option - a String containing an option
public static boolean validOptions(java.lang.String[][] options,
DocErrorReporter reporter)
optionLength(java.lang.String),
Javadoc invokes this method with an array of options-arrays.
options - an array of String arrays, one per optionreporter - a DocErrorReporter for generating error messages
public static void main(java.lang.String[] args)
public static void showUsage()
public static int runAnt(java.lang.String[] args)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||