|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.puppycrawl.tools.checkstyle.doclets.CheckDocsDoclet
public final class CheckDocsDoclet
Doclet which is used to extract Anakia input files from the Javadoc of Check implementations, so the Check's docs are autogenerated.
Method Summary | |
---|---|
static java.lang.String |
getDestDir(java.lang.String[][] aOptions)
Return the destination directory for this Javadoc run. |
static int |
optionLength(java.lang.String aOption)
Returns option length (how many parts are in option). |
static boolean |
start(com.sun.javadoc.RootDoc aRoot)
Doclet entry point. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean start(com.sun.javadoc.RootDoc aRoot) throws java.io.IOException
aRoot
- parsed javadoc of all java files passed to the javadoc task
java.io.IOException
- if there are problems writing outputpublic static java.lang.String getDestDir(java.lang.String[][] aOptions)
aOptions
- Javadoc commandline options
public static int optionLength(java.lang.String aOption)
aOption
- option name to process
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |