Class AbstractBuilder.Context

  • Enclosing class:
    AbstractBuilder

    public static class AbstractBuilder.Context
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • configuration

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

        final java.util.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