Class PackageListWriter
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.
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 Summary
FieldsModifier and TypeFieldDescriptionprivate final Configuration
Deprecated.private final Utils
Deprecated.Fields inherited from class java.io.PrintWriter
out
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
generate
(Configuration configuration) Deprecated.Generate the package index.protected void
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
-
Field Details
-
configuration
Deprecated. -
utils
Deprecated.
-
-
Constructor Details
-
PackageListWriter
Deprecated.Constructor.- Parameters:
configuration
- the current configuration of the doclet.- Throws:
IOException
-
-
Method Details
-
generate
Deprecated.Generate the package index.- Parameters:
configuration
- the current configuration of the doclet.- Throws:
DocletAbortException
-
generatePackageListFile
Deprecated.
-