public final class TokenTypesDoclet extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
checkOptions(String[][] options,
com.sun.javadoc.DocErrorReporter reporter)
Checks that only valid options was specified.
|
static int |
optionLength(String option)
Returns option length (how many parts are in option).
|
static boolean |
start(com.sun.javadoc.RootDoc root)
The doclet's starter method.
|
public static boolean start(com.sun.javadoc.RootDoc root) throws FileNotFoundException
root - RootDoc given to the docletRootDoc is processed.FileNotFoundException - will be thrown if the doclet
will be unable to write to the specified file.public static int optionLength(String option)
option - option name to processpublic static boolean checkOptions(String[][] options, com.sun.javadoc.DocErrorReporter reporter)
options - all parsed optionsreporter - the reporter to report errors.Copyright © 2001–2018. All rights reserved.