public final class CheckDocsDoclet extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getDestDir(String[][] options)
Return the destination directory for this Javadoc run.
|
static int |
optionLength(String option)
Returns option length (how many parts are in option).
|
static boolean |
start(com.sun.javadoc.RootDoc root)
Doclet entry point.
|
public static boolean start(com.sun.javadoc.RootDoc root) throws IOException
root - parsed javadoc of all java files passed to the javadoc taskIOException - if there are problems writing outputpublic static String getDestDir(String[][] options)
options - Javadoc commandline optionspublic static int optionLength(String option)
option - option name to processCopyright © 2001–2015. All rights reserved.