Class 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.

    Author:
    Atul M Dambalkar
    See Also:
    PackageDoc
    • Constructor Detail

      • PackageListWriter

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

      • 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.