public final class TokenTypesDoclet extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
checkOptions(java.lang.String[][] options,
com.sun.javadoc.DocErrorReporter reporter)
Checks that only valid options was specified.
|
static int |
optionLength(java.lang.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 java.io.FileNotFoundException
root - RootDoc given to the docletRootDoc is processed.java.io.FileNotFoundException - will be thrown if the doclet
will be unable to write to the specified file.public static int optionLength(java.lang.String option)
option - option name to processpublic static boolean checkOptions(java.lang.String[][] options, com.sun.javadoc.DocErrorReporter reporter)
options - all parsed optionsreporter - the reporter to report errors.Copyright © 2001-2018. All Rights Reserved.