public class ServiceDoclet extends Object
| Constructor and Description |
|---|
ServiceDoclet() |
| Modifier and Type | Method and Description |
|---|---|
static com.sun.javadoc.LanguageVersion |
languageVersion()
Return the version of the Java Programming Language supported
by this doclet.
|
static int |
optionLength(String option)
Check for doclet-added options.
|
static boolean |
start(com.sun.javadoc.RootDoc doc)
Generate documentation here.
|
public static boolean start(com.sun.javadoc.RootDoc doc)
doc - The root docpublic static int optionLength(String option)
option - The option to checkpublic static com.sun.javadoc.LanguageVersion languageVersion()
Copyright © 2015. All rights reserved.