|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PackageSummaryWriter
The interface for writing package summary 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. |
java.lang.String |
getOutputFileName()
Return the name of the output file. |
void |
writeClassesSummary(ClassDoc[] classes,
java.lang.String label)
Write the table of classes in this package. |
void |
writePackageDescription()
Print the package description from the "packages.html" file. |
void |
writePackageFooter()
Write the footer for the summary. |
void |
writePackageHeader(java.lang.String heading)
Write the header for the summary. |
void |
writePackageTags()
Print the tag information from the "packages.html" file. |
void |
writeSummaryFooter()
Write the footer for the package summary. |
void |
writeSummaryHeader()
Write the header for the package summary. |
| Method Detail |
|---|
java.lang.String getOutputFileName()
void writeSummaryHeader()
void writeSummaryFooter()
void writeClassesSummary(ClassDoc[] classes,
java.lang.String label)
classes - the array of classes to document.label - the label for this table.void writePackageHeader(java.lang.String heading)
heading - Package name.void writePackageDescription()
void writePackageTags()
void writePackageFooter()
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 | ||||||||