Class AbstractBuilder.Context

java.lang.Object
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders.AbstractBuilder.Context
Enclosing class:
AbstractBuilder

public static class AbstractBuilder.Context extends Object
  • Field Details

    • configuration

      final Configuration configuration
      The configuration used in this run of the doclet.
    • containingPackagesSeen

      final Set<PackageDoc> 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

      final LayoutParser layoutParser
      Shared parser for the builder XML file
  • Constructor Details