|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FieldWriter
The interface for writing field output. This code is not part of an API. It is implementation that is subject to change. Do not use it as an API
| Method Summary | |
|---|---|
void |
close()
Close the writer. |
void |
writeComments(FieldDoc field)
Write the comments for the given field. |
void |
writeDeprecated(FieldDoc field)
Write the deprecated output for the given field. |
void |
writeFieldFooter()
Write the field footer. |
void |
writeFieldHeader(FieldDoc field,
boolean isFirst)
Write the field header for the given field. |
void |
writeFooter(ClassDoc classDoc)
Write the footer for the field documentation. |
void |
writeHeader(ClassDoc classDoc,
java.lang.String header)
Write the header for the field documentation. |
void |
writeSignature(FieldDoc field)
Write the signature for the given field. |
void |
writeTags(FieldDoc field)
Write the tag output for the given field. |
| Method Detail |
|---|
void writeHeader(ClassDoc classDoc,
java.lang.String header)
classDoc - the class that the fields belong to.header - the header to write.
void writeFieldHeader(FieldDoc field,
boolean isFirst)
field - the field being documented.isFirst - the flag to indicate whether or not the field is the
first to be documented.void writeSignature(FieldDoc field)
field - the field being documented.void writeDeprecated(FieldDoc field)
field - the field being documented.void writeComments(FieldDoc field)
field - the field being documented.void writeTags(FieldDoc field)
field - the field being documented.void writeFieldFooter()
void writeFooter(ClassDoc classDoc)
classDoc - the class that the fields belong to.
void close()
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||