- 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.
- getIncludedClasses() - Method in interface jdk.javadoc.doclet.DocletEnvironment
-
Returns the
included
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.
- 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.
- 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 PackageElements and TypeElements.
- getSupportedOptions() - Method in interface jdk.javadoc.doclet.Doclet
-
Returns all the supported options.
- getSupportedSourceVersion() - Method in interface jdk.javadoc.doclet.Doclet
-
Returns the version of the Java Programming Language supported
by this doclet.
- getTypeUtils() - Method in interface jdk.javadoc.doclet.DocletEnvironment
-
Returns an instance of the Types
utility class.