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

changeset 1606
ccbe7ffdd867
parent 1568
5f0731e4e5e6
child 2035
a2a5ad0853ed
equal deleted inserted replaced
1605:94e67bed460d 1606:ccbe7ffdd867
173 */ 173 */
174 public abstract FieldWriter getFieldWriter(ClassWriter classWriter) 174 public abstract FieldWriter getFieldWriter(ClassWriter classWriter)
175 throws Exception; 175 throws Exception;
176 176
177 /** 177 /**
178 * Return the property writer for a given class.
179 *
180 * @param classWriter the writer for the class being documented.
181 * @return the property writer for the give class. Return null if this
182 * writer is not supported by the doclet.
183 */
184 public abstract PropertyWriter getPropertyWriter(ClassWriter classWriter)
185 throws Exception;
186
187 /**
178 * Return the constructor writer for a given class. 188 * Return the constructor writer for a given class.
179 * 189 *
180 * @param classWriter the writer for the class being documented. 190 * @param classWriter the writer for the class being documented.
181 * @return the method writer for the give class. Return null if this 191 * @return the method writer for the give class. Return null if this
182 * writer is not supported by the doclet. 192 * writer is not supported by the doclet.

mercurial