public final class TokenTypesDoclet extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
optionLength(String aOption)
Returns option length (how many parts are in option).
|
static boolean |
start(com.sun.javadoc.RootDoc aRoot)
The doclet's starter method.
|
static boolean |
validOptions(String[][] aOptions,
com.sun.javadoc.DocErrorReporter aReporter)
Checks that only valid options was specified.
|
public static boolean start(com.sun.javadoc.RootDoc aRoot)
throws FileNotFoundException
aRoot - 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 aOption)
aOption - option name to processpublic static boolean validOptions(String[][] aOptions, com.sun.javadoc.DocErrorReporter aReporter)
aOptions - all parsed optionsaReporter - the reporter to report errors.Copyright © 2001-2012. All Rights Reserved.