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