com.puppycrawl.tools.checkstyle.doclets
public class TokenTypesDoclet extends Object
Method Summary | |
---|---|
static int | optionLength(String aOption)
Returns option length (how many parts are in option). |
static boolean | start(RootDoc aRoot)
The doclet's starter method. |
static boolean | validOptions(String[][] aOptions, DocErrorReporter aReporter)
Checks that only valid options was specified. |
Parameters: aOption option name to process
Returns: option length (how many parts are in option).
Parameters: aRoot RootDoc
given to the doclet
Returns: true if the given RootDoc
is processed.
Throws: FileNotFoundException will be thrown if the doclet will be unable to write to the specified file.
Parameters: aOptions all parsed options aReporter the reporter to report errors.
Returns: true if only valid options was specified