src/share/classes/com/sun/tools/doclets/internal/toolkit/WriterFactory.java

changeset 1606
ccbe7ffdd867
parent 1568
5f0731e4e5e6
child 2035
a2a5ad0853ed
     1.1 --- a/src/share/classes/com/sun/tools/doclets/internal/toolkit/WriterFactory.java	Fri Feb 22 18:19:51 2013 +0000
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/internal/toolkit/WriterFactory.java	Sun Feb 24 11:36:58 2013 -0800
     1.3 @@ -175,6 +175,16 @@
     1.4              throws Exception;
     1.5  
     1.6      /**
     1.7 +     * Return the property writer for a given class.
     1.8 +     *
     1.9 +     * @param classWriter the writer for the class being documented.
    1.10 +     * @return the property writer for the give class.  Return null if this
    1.11 +     * writer is not supported by the doclet.
    1.12 +     */
    1.13 +    public abstract PropertyWriter getPropertyWriter(ClassWriter classWriter)
    1.14 +            throws Exception;
    1.15 +
    1.16 +    /**
    1.17       * Return the constructor writer for a given class.
    1.18       *
    1.19       * @param classWriter the writer for the class being documented.

mercurial