com.sun.tools.doclets.internal.toolkit.util |
com.sun.tools.doclets.internal.toolkit.util package
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.
|
Java Source File Name | Type | Comment |
ClassDocCatalog.java | Class | This class acts as an artificial PackageDoc for classes specified
on the command line when running Javadoc. |
ClassTree.java | Class | Build Class Hierarchy for all the Classes. |
ClassUseMapper.java | Class | Map all class uses for a given class.
This code is not part of an API.
It is implementation that is subject to change.
Do not use it as an API
since: 1.2 author: Robert G. |
CommentedMethodFinder.java | Class | Find a commented method. |
DeprecatedAPIListBuilder.java | Class | Build list of all the deprecated classes, constructors, fields and methods. |
DirectoryManager.java | Class | Handle the directory creations and the path string generations. |
DocFinder.java | Class | Search for the requested documentation. |
DocletAbortException.java | Class | |
DocletConstants.java | Class | Stores all constants for a Doclet. |
Extern.java | Class | Process and manage "-link" and "-linkoffline" to external packages. |
Group.java | Class | Process and manage grouping of packages, as specified by "-group" option on
the command line.
For example, if user has used -group option as
-group "Core Packages" "java.*" -group "CORBA Packages" "org.omg.*", then
the packages specified on the command line will be grouped according to their
names starting with either "java." or "org.omg.". |
ImplementedMethods.java | Class | For a given class method, build an array of interface methods which it
implements. |
IndexBuilder.java | Class | Build the mapping of each Unicode character with it's member lists
containing members names starting with it. |
MessageRetriever.java | Class | Retrieve and format messages stored in a resource. |
MetaKeywords.java | Class | 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.java | Class | This class is useful for searching a method which has documentation
comment and documentation tags. |
PackageListWriter.java | Class | Write out the package index. |
SourcePath.java | Class | This class is used to represent a source path which can contain only
directories no zip files. |
SourceToHTMLConverter.java | Class | Converts Java Source Code to HTML. |
TaggedMethodFinder.java | Class | Find a tagged method. |
TextTag.java | Class | A tag that holds nothing but plain text. |
Util.java | Class | Utilities Class for Doclets. |
VisibleMemberMap.java | Class | A data structure that encapsulates the visible members of a particular
type for a given class tree. |