Class PackageListWriter

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.Appendable, java.lang.AutoCloseable

    @Deprecated
    public class PackageListWriter
    extends java.io.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:
    PackageDoc
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Configuration configuration
      Deprecated.
       
      private Utils utils
      Deprecated.
       
      • Fields inherited from class java.io.PrintWriter

        out
      • Fields inherited from class java.io.Writer

        lock
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static void generate​(Configuration configuration)
      Deprecated.
      Generate the package index.
      protected void generatePackageListFile​(RootDoc root)
      Deprecated.
       
      • Methods inherited from class java.io.PrintWriter

        append, append, append, checkError, clearError, close, flush, format, format, print, print, print, print, print, print, print, print, print, printf, printf, println, println, println, println, println, println, println, println, println, println, setError, write, write, write, write, write
      • Methods inherited from class java.io.Writer

        nullWriter
      • Methods inherited from class java.lang.Object

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

      • configuration

        private final Configuration configuration
        Deprecated.
      • utils

        private final Utils utils
        Deprecated.
    • Constructor Detail

      • PackageListWriter

        public PackageListWriter​(Configuration configuration)
                          throws java.io.IOException
        Deprecated.
        Constructor.
        Parameters:
        configuration - the current configuration of the doclet.
        Throws:
        java.io.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.