java.lang.Object
java.io.Writer
java.io.PrintWriter
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.PackageListWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

@Deprecated public class PackageListWriter extends PrintWriter
Deprecated.
Write out the package index.

This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.

See Also:
  • Field Details

    • configuration

      private final Configuration configuration
      Deprecated.
    • utils

      private final Utils utils
      Deprecated.
  • Constructor Details

    • PackageListWriter

      public PackageListWriter(Configuration configuration) throws IOException
      Deprecated.
      Constructor.
      Parameters:
      configuration - the current configuration of the doclet.
      Throws:
      IOException
  • Method Details

    • generate

      public static void generate(Configuration configuration)
      Deprecated.
      Generate the package index.
      Parameters:
      configuration - the current configuration of the doclet.
      Throws:
      DocletAbortException
    • generatePackageListFile

      protected void generatePackageListFile(RootDoc root)
      Deprecated.