Package com.sun.tools.doclets.internal.toolkit.util

This package has utility classes that perform common services required for API documentation generation.

See:
          Description

Class Summary
ClassDocCatalog This class acts as an artificial PackageDoc for classes specified on the command line when running Javadoc.
ClassTree Build Class Hierarchy for all the Classes.
ClassUseMapper Map all class uses for a given class.
CommentedMethodFinder Find a commented method.
DeprecatedAPIListBuilder Build list of all the deprecated classes, constructors, fields and methods.
DirectoryManager Handle the directory creations and the path string generations.
DocFinder Search for the requested documentation.
DocFinder.Input The class that encapsulates the input.
DocFinder.Output The class that encapsulates the output.
DocletConstants Stores all constants for a Doclet.
Extern Process and manage "-link" and "-linkoffline" to external packages.
Group Process and manage grouping of packages, as specified by "-group" option on the command line.
Group.MapKeyComparator Since we need to sort the keys in the reverse order(longest key first), the compare method in the implementing class is doing the reverse comparison.
ImplementedMethods For a given class method, build an array of interface methods which it implements.
IndexBuilder Build the mapping of each Unicode character with it's member lists containing members names starting with it.
MessageRetriever Retrieve and format messages stored in a resource.
MetaKeywords Provides methods for creating an array of class, method and field names to be included as meta keywords in the HTML header of class pages.
MethodFinder This class is useful for searching a method which has documentation comment and documentation tags.
PackageListWriter Write out the package index.
SourcePath This class is used to represent a source path which can contain only directories no zip files.
SourceToHTMLConverter Converts Java Source Code to HTML.
TaggedMethodFinder Find a tagged method.
TextTag A tag that holds nothing but plain text.
Util Utilities Class for Doclets.
Util.TypeComparator We want the list of types in alphabetical order.
VisibleMemberMap A data structure that encapsulates the visible members of a particular type for a given class tree.
 

Exception Summary
DocletAbortException  
 

Package com.sun.tools.doclets.internal.toolkit.util Description

This package has utility classes that perform common services required for API documentation generation.

This code is not part of an API. It is implementation that is subject to change. Do not use it as an API.