- 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.
- getFileKind(TypeElement) - Method in interface jdk.javadoc.doclet.DocletEnvironment
-
Returns the file kind of a type element.
- getIncludedElements() - Method in interface jdk.javadoc.doclet.DocletEnvironment
-
Returns the module, package and type elements that should be
included in the
documentation.
- 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.taglet.Taglet
-
Returns the name of the tag.
- getName() - Method in class jdk.javadoc.doclets.StandardDoclet
-
- getNames() - Method in interface jdk.javadoc.doclet.Doclet.Option
-
Returns the list of names that may be used to identify the option.
- getParameters() - Method in interface jdk.javadoc.doclet.Doclet.Option
-
Returns the parameters of the option.
- 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
when the tool is invoked.
- 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.