Uses of Class
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.Configuration
Packages that use Configuration
Package
Description
-
Uses of Configuration in gw.gosudoc.com.sun.tools.doclets.formats.html
Subclasses of Configuration in gw.gosudoc.com.sun.tools.doclets.formats.htmlMethods in gw.gosudoc.com.sun.tools.doclets.formats.html that return ConfigurationModifier and TypeMethodDescriptionHtmlDoclet.configuration()
Deprecated.Create the configuration instance.HtmlDocletWriter.configuration()
Deprecated.Return the configuation for this doclet.TagletWriterImpl.configuration()
Deprecated. -
Uses of Configuration in gw.gosudoc.com.sun.tools.doclets.formats.html.markup
Fields in gw.gosudoc.com.sun.tools.doclets.formats.html.markup declared as ConfigurationModifier and TypeFieldDescriptionprotected Configuration
HtmlWriter.configuration
Deprecated.The configurationMethods in gw.gosudoc.com.sun.tools.doclets.formats.html.markup that return ConfigurationModifier and TypeMethodDescriptionabstract Configuration
HtmlDocWriter.configuration()
Deprecated.Accessor for configuration.Constructors in gw.gosudoc.com.sun.tools.doclets.formats.html.markup with parameters of type ConfigurationModifierConstructorDescriptionHtmlDocWriter
(Configuration configuration, DocPath filename) Deprecated.Constructor.HtmlWriter
(Configuration configuration, DocPath path) Deprecated.Constructor. -
Uses of Configuration in gw.gosudoc.com.sun.tools.doclets.internal.toolkit
Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit declared as ConfigurationModifier and TypeFieldDescriptionAbstractDoclet.configuration
Deprecated.The global configuration information for this run.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit that return ConfigurationModifier and TypeMethodDescriptionabstract Configuration
AbstractDoclet.configuration()
Deprecated.Create the configuration instance and returns it. -
Uses of Configuration in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders
Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders declared as ConfigurationModifier and TypeFieldDescriptionprotected final Configuration
AbstractBuilder.configuration
Deprecated.The configuration used in this run of the doclet.(package private) final Configuration
AbstractBuilder.Context.configuration
The configuration used in this run of the doclet.private final Configuration
BuilderFactory.configuration
Deprecated.The current configuration of the doclet.private final Configuration
LayoutParser.configuration
Deprecated.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with parameters of type ConfigurationModifier and TypeMethodDescriptionstatic LayoutParser
LayoutParser.getInstance
(Configuration configuration) Deprecated.Return an instance of the BuilderXML.Constructors in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with parameters of type ConfigurationModifierConstructorDescriptionBuilderFactory
(Configuration configuration) Deprecated.Construct a builder factory using the given configuration.(package private)
Context
(Configuration configuration, Set<PackageDoc> containingPackagesSeen, LayoutParser layoutParser) private
LayoutParser
(Configuration configuration) Deprecated. -
Uses of Configuration in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets
Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets that return ConfigurationModifier and TypeMethodDescriptionabstract Configuration
TagletWriter.configuration()
Deprecated.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets with parameters of type ConfigurationModifier and TypeMethodDescriptionprivate FieldDoc
ValueTaglet.getFieldDoc
(Configuration config, Tag tag, String name) Deprecated.Given the name of the field, return the corresponding FieldDoc. -
Uses of Configuration in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util
Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util declared as ConfigurationModifier and TypeFieldDescriptionprivate Configuration
ClassDocCatalog.configuration
Deprecated.private final Configuration
ClassTree.configuration
Deprecated.private final Configuration
DeprecatedAPIListBuilder.configuration
Deprecated.private final Configuration
DocFile.configuration
Deprecated.protected Configuration
DocFileFactory.configuration
Deprecated.private final Configuration
Extern.configuration
Deprecated.The global configuration information for this run.private final Configuration
Group.configuration
Deprecated.The global configuration information for this run.private final Configuration
ImplementedMethods.configuration
Deprecated.private final Configuration
IndexBuilder.configuration
Deprecated.private final Configuration
MessageRetriever.configuration
Deprecated.The global configuration information for this run.private final Configuration
MetaKeywords.configuration
Deprecated.The global configuration information for this run.private final Configuration
PackageListWriter.configuration
Deprecated.private final Configuration
VisibleMemberMap.configuration
Deprecated.The configuration this VisibleMemberMap was created with.Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with type parameters of type ConfigurationModifier and TypeFieldDescriptionprivate static final Map<Configuration,
DocFileFactory> DocFileFactory.factories
Deprecated.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with parameters of type ConfigurationModifier and TypeMethodDescriptionprivate void
Utils.addAllInterfaceTypes
(Map<ClassDoc, Type> results, Type type, Type[] interfaceTypes, boolean raw, Configuration configuration) Deprecated.void
Utils.copyDocFiles
(Configuration configuration, PackageDoc pd) Deprecated.Copy the given directory contents from the source package directory to the generated documentation directory.void
Utils.copyDocFiles
(Configuration configuration, JavaFileManager.Location locn, DocPath dir) Deprecated.static DocFile
DocFile.createFileForDirectory
(Configuration configuration, String file) Deprecated.Create a DocFile for a directory.static DocFile
DocFile.createFileForInput
(Configuration configuration, String file) Deprecated.Create a DocFile for a file that will be opened for reading.static DocFile
DocFile.createFileForOutput
(Configuration configuration, DocPath path) Deprecated.Create a DocFile for a file that will be opened for writing.private void
Utils.findAllInterfaceTypes
(Map<ClassDoc, Type> results, ClassDoc c, boolean raw, Configuration configuration) Deprecated.private void
Utils.findAllInterfaceTypes
(Map<ClassDoc, Type> results, ParameterizedType p, Configuration configuration) Deprecated.static void
PackageListWriter.generate
(Configuration configuration) Deprecated.Generate the package index.Utils.getAllInterfaces
(Type type, Configuration configuration) Deprecated.Utils.getAllInterfaces
(Type type, Configuration configuration, boolean sort) Deprecated.For the class return all implemented interfaces including the superinterfaces of the implementing interfaces, also iterate over for all the superclasses.(package private) static DocFileFactory
DocFileFactory.getFactory
(Configuration configuration) Deprecated.Get the appropriate factory, based on the file manager given in the configuration.Utils.getFirstVisibleSuperClass
(ClassDoc classDoc, Configuration configuration) Deprecated.Given a class, return the closest visible super class.Utils.getFirstVisibleSuperClassCD
(ClassDoc classDoc, Configuration configuration) Deprecated.Given a class, return the closest visible super class.private List<ProgramElementDoc>
VisibleMemberMap.getInheritedPackagePrivateMethods
(Configuration configuration) Deprecated.Return the package private members inherited by the class.VisibleMemberMap.getLeafClassMembers
(Configuration configuration) Deprecated.Return the visible members of the class being mapped.Utils.getTypeName
(Configuration config, ClassDoc cd, boolean lowerCaseOnly) Deprecated.Given a ClassDoc, return the name of its type (Class, Interface, etc.).boolean
Utils.isLinkable
(ClassDoc classDoc, Configuration configuration) Deprecated.Return true if this class is linkable and false if we can't link to the desired class.DocFile.list
(Configuration configuration, JavaFileManager.Location location, DocPath path) Deprecated.List the directories and files found in subdirectories along the elements of the given location.private void
ClassTree.processType
(ClassDoc cd, Configuration configuration, Collection<ClassDoc> bases, Map<ClassDoc, SortedSet<ClassDoc>> subs) Deprecated.For the class passed map it to it's own sub-class listing.Utils.propertyNameFromMethodName
(Configuration configuration, String name) Deprecated.A convenience method to get property name from the name of the getter or setter method.Utils.replaceTabs
(Configuration configuration, String text) Deprecated.Replace all tabs in a string with the appropriate number of spaces.static DocFinder.Output
DocFinder.search
(Configuration configuration, DocFinder.Input input) Deprecated.Search for the requested comments in the given element.void
Utils.setEnumDocumentation
(Configuration configuration, ClassDoc classDoc) Deprecated.The documentation for values() and valueOf() in Enums are set by the doclet.Constructors in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with parameters of type ConfigurationModifierConstructorDescriptionClassDocCatalog
(ClassDoc[] classdocs, Configuration config) Deprecated.Construct a new ClassDocCatalog.ClassTree
(ClassDoc[] classes, Configuration configuration) Deprecated.Constructor.ClassTree
(RootDoc root, Configuration configuration) Deprecated.Constructor.ClassTree
(Configuration configuration, boolean noDeprecated) Deprecated.Constructor.DeprecatedAPIListBuilder
(Configuration configuration) Deprecated.Constructor.protected
DocFile
(Configuration configuration) Deprecated.Create a DocFile without a location or pathprotected
DocFile
(Configuration configuration, JavaFileManager.Location location, DocPath path) Deprecated.Create a DocFile for a given location and relative path.protected
DocFileFactory
(Configuration configuration) Deprecated.Extern
(Configuration configuration) Deprecated.Group
(Configuration configuration) Deprecated.ImplementedMethods
(MethodDoc method, Configuration configuration) Deprecated.IndexBuilder
(Configuration configuration, boolean noDeprecated) Deprecated.Constructor.IndexBuilder
(Configuration configuration, boolean noDeprecated, boolean classesOnly) Deprecated.Constructor.MessageRetriever
(Configuration configuration, String resourcelocation) Deprecated.Initialize the ResourceBundle with the given resource.MetaKeywords
(Configuration configuration) Deprecated.ConstructorPackageListWriter
(Configuration configuration) Deprecated.Constructor.StandardDocFileFactory
(Configuration configuration) Deprecated.VisibleMemberMap
(ClassDoc classdoc, int kind, Configuration configuration) Deprecated.Construct a VisibleMemberMap of the given type for the given class. -
Uses of Configuration in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.links
Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.links with parameters of type ConfigurationModifier and TypeMethodDescriptionLinkInfo.getClassLinkLabel
(Configuration configuration) Deprecated.Return the label for this class link.