- getAllowedLocations() - Method in interface jdk.javadoc.doclet.taglet.Taglet
-
Returns the set of locations in which a taglet may be used.
- getArgumentCount() - Method in interface jdk.javadoc.doclet.Doclet.Option
-
Returns the number of arguments, this option will consume.
- getDescription() - Method in interface jdk.javadoc.doclet.Doclet.Option
-
Returns the description of the option.
- getDocTrees() - Method in interface jdk.javadoc.doclet.DocletEnvironment
-
Returns an instance of the DocTrees
utility class.
- getElementUtils() - Method in interface jdk.javadoc.doclet.DocletEnvironment
-
Returns an instance of the Elements
utility class.
- getIncludedModuleElements() - Method in interface jdk.javadoc.doclet.DocletEnvironment
-
- getIncludedPackageElements() - Method in interface jdk.javadoc.doclet.DocletEnvironment
-
- getIncludedTypeElements() - Method in interface jdk.javadoc.doclet.DocletEnvironment
-
Returns the
included
annotation types, classes, interfaces and enums in all packages.
- getJavaFileManager() - Method in interface jdk.javadoc.doclet.DocletEnvironment
-
Returns the file manager used to read and write files.
- getKind() - Method in interface jdk.javadoc.doclet.Doclet.Option
-
Returns the option kind.
- getModuleMode() - Method in interface jdk.javadoc.doclet.DocletEnvironment
-
Returns the required level of module documentation.
- getName() - Method in interface jdk.javadoc.doclet.Doclet
-
Returns a name identifying the doclet.
- getName() - Method in interface jdk.javadoc.doclet.Doclet.Option
-
Returns the option name.
- getName() - Method in interface jdk.javadoc.doclet.taglet.Taglet
-
Returns the name of the tag.
- getName() - Method in class jdk.javadoc.doclets.StandardDoclet
-
- getParameters() - Method in interface jdk.javadoc.doclet.Doclet.Option
-
Returns the parameters of the option.
- getSelectedElements(List<? extends Element>) - Method in interface jdk.javadoc.doclet.DocletEnvironment
-
Returns the
selected
elements that can be documented.
- getSourceVersion() - Method in interface jdk.javadoc.doclet.DocletEnvironment
-
Returns the source version of the source files that were read.
- getSpecifiedElements() - Method in interface jdk.javadoc.doclet.DocletEnvironment
-
Returns the elements
specified
on the command line, usually module elements, package elements and type elements.
- getSupportedOptions() - Method in interface jdk.javadoc.doclet.Doclet
-
Returns all the supported options.
- getSupportedOptions() - Method in class jdk.javadoc.doclets.StandardDoclet
-
- getSupportedSourceVersion() - Method in interface jdk.javadoc.doclet.Doclet
-
Returns the version of the Java Programming Language supported
by this doclet.
- getSupportedSourceVersion() - Method in class jdk.javadoc.doclets.StandardDoclet
-
- getTypeUtils() - Method in interface jdk.javadoc.doclet.DocletEnvironment
-
Returns an instance of the Types
utility class.