Doclet.Option
Constructor | Description |
---|---|
StandardDoclet() |
Modifier and Type | Method | Description |
---|---|---|
String |
getName() |
Returns a name identifying the doclet.
|
Set<Doclet.Option> |
getSupportedOptions() |
Returns all the supported options.
|
SourceVersion |
getSupportedSourceVersion() |
Returns the version of the Java Programming Language supported
by this doclet.
|
void |
init(Locale locale,
Reporter reporter) |
Initializes this doclet with the given locale and error reporter.
|
boolean |
run(DocletEnvironment docEnv) |
The entry point of the doclet.
|
public void init(Locale locale, Reporter reporter)
Doclet
public String getName()
Doclet
public Set<Doclet.Option> getSupportedOptions()
Doclet
getSupportedOptions
in interface Doclet
public SourceVersion getSupportedSourceVersion()
Doclet
getSupportedSourceVersion
in interface Doclet
public boolean run(DocletEnvironment docEnv)
Doclet
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1993, 2016, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b147-1