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 ConfigurationHtmlWriter.configurationDeprecated.The configurationMethods in gw.gosudoc.com.sun.tools.doclets.formats.html.markup that return ConfigurationModifier and TypeMethodDescriptionabstract ConfigurationHtmlDocWriter.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.configurationDeprecated.The global configuration information for this run.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit that return ConfigurationModifier and TypeMethodDescriptionabstract ConfigurationAbstractDoclet.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 ConfigurationAbstractBuilder.configurationDeprecated.The configuration used in this run of the doclet.(package private) final ConfigurationAbstractBuilder.Context.configurationThe configuration used in this run of the doclet.private final ConfigurationBuilderFactory.configurationDeprecated.The current configuration of the doclet.private final ConfigurationLayoutParser.configurationDeprecated.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with parameters of type ConfigurationModifier and TypeMethodDescriptionstatic LayoutParserLayoutParser.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) privateLayoutParser(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 ConfigurationTagletWriter.configuration()Deprecated.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets with parameters of type ConfigurationModifier and TypeMethodDescriptionprivate FieldDocValueTaglet.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 ConfigurationClassDocCatalog.configurationDeprecated.private final ConfigurationClassTree.configurationDeprecated.private final ConfigurationDeprecatedAPIListBuilder.configurationDeprecated.private final ConfigurationDocFile.configurationDeprecated.protected ConfigurationDocFileFactory.configurationDeprecated.private final ConfigurationExtern.configurationDeprecated.The global configuration information for this run.private final ConfigurationGroup.configurationDeprecated.The global configuration information for this run.private final ConfigurationImplementedMethods.configurationDeprecated.private final ConfigurationIndexBuilder.configurationDeprecated.private final ConfigurationMessageRetriever.configurationDeprecated.The global configuration information for this run.private final ConfigurationMetaKeywords.configurationDeprecated.The global configuration information for this run.private final ConfigurationPackageListWriter.configurationDeprecated.private final ConfigurationVisibleMemberMap.configurationDeprecated.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.factoriesDeprecated.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with parameters of type ConfigurationModifier and TypeMethodDescriptionprivate voidUtils.addAllInterfaceTypes(Map<ClassDoc, Type> results, Type type, Type[] interfaceTypes, boolean raw, Configuration configuration) Deprecated.voidUtils.copyDocFiles(Configuration configuration, PackageDoc pd) Deprecated.Copy the given directory contents from the source package directory to the generated documentation directory.voidUtils.copyDocFiles(Configuration configuration, JavaFileManager.Location locn, DocPath dir) Deprecated.static DocFileDocFile.createFileForDirectory(Configuration configuration, String file) Deprecated.Create a DocFile for a directory.static DocFileDocFile.createFileForInput(Configuration configuration, String file) Deprecated.Create a DocFile for a file that will be opened for reading.static DocFileDocFile.createFileForOutput(Configuration configuration, DocPath path) Deprecated.Create a DocFile for a file that will be opened for writing.private voidUtils.findAllInterfaceTypes(Map<ClassDoc, Type> results, ClassDoc c, boolean raw, Configuration configuration) Deprecated.private voidUtils.findAllInterfaceTypes(Map<ClassDoc, Type> results, ParameterizedType p, Configuration configuration) Deprecated.static voidPackageListWriter.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 DocFileFactoryDocFileFactory.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.).booleanUtils.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 voidClassTree.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.OutputDocFinder.search(Configuration configuration, DocFinder.Input input) Deprecated.Search for the requested comments in the given element.voidUtils.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.protectedDocFile(Configuration configuration) Deprecated.Create a DocFile without a location or pathprotectedDocFile(Configuration configuration, JavaFileManager.Location location, DocPath path) Deprecated.Create a DocFile for a given location and relative path.protectedDocFileFactory(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.