Class AbstractBuilder.Context
java.lang.Object
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders.AbstractBuilder.Context
- Enclosing class:
- AbstractBuilder
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Configuration
The configuration used in this run of the doclet.(package private) final Set<PackageDoc>
Keep track of which packages we have seen for efficiency purposes.(package private) final LayoutParser
Shared parser for the builder XML file -
Constructor Summary
ConstructorsConstructorDescriptionContext
(Configuration configuration, Set<PackageDoc> containingPackagesSeen, LayoutParser layoutParser) -
Method Summary
-
Field Details
-
configuration
The configuration used in this run of the doclet. -
containingPackagesSeen
Keep track of which packages we have seen for efficiency purposes. We don't want to copy the doc files multiple times for a single package. -
layoutParser
Shared parser for the builder XML file
-
-
Constructor Details
-
Context
Context(Configuration configuration, Set<PackageDoc> containingPackagesSeen, LayoutParser layoutParser)
-