|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConstructorWriter
The interface for writing constructor 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 |
setFoundNonPubConstructor(boolean foundNonPubConstructor)
Let the writer know whether a non public constructor was found. |
void |
writeComments(ConstructorDoc constructor)
Write the comments for the given constructor. |
void |
writeConstructorFooter()
Write the constructor footer. |
void |
writeConstructorHeader(ConstructorDoc constructor,
boolean isFirst)
Write the constructor header for the given constructor. |
void |
writeDeprecated(ConstructorDoc constructor)
Write the deprecated output for the given constructor. |
void |
writeFooter(ClassDoc classDoc)
Write the footer for the constructor documentation. |
void |
writeHeader(ClassDoc classDoc,
java.lang.String header)
Write the header for the constructor documentation. |
void |
writeSignature(ConstructorDoc constructor)
Write the signature for the given constructor. |
void |
writeTags(ConstructorDoc constructor)
Write the tag output for the given constructor. |
Method Detail |
---|
void writeHeader(ClassDoc classDoc, java.lang.String header)
classDoc
- the class that the constructors belong to.header
- the header to write.void writeConstructorHeader(ConstructorDoc constructor, boolean isFirst)
constructor
- the constructor being documented.isFirst
- the flag to indicate whether or not the constructor is the
first to be documented.void writeSignature(ConstructorDoc constructor)
constructor
- the constructor being documented.void writeDeprecated(ConstructorDoc constructor)
constructor
- the constructor being documented.void writeComments(ConstructorDoc constructor)
constructor
- the constructor being documented.void writeTags(ConstructorDoc constructor)
constructor
- the constructor being documented.void writeConstructorFooter()
void writeFooter(ClassDoc classDoc)
classDoc
- the class that the constructors belong to.void setFoundNonPubConstructor(boolean foundNonPubConstructor)
foundNonPubConstructor
- true if we found a non public constructor.void close() throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |