Schnittstelle PackageSummaryWriter
- Alle bekannten Implementierungsklassen:
 PackageWriterImpl
public interface PackageSummaryWriter
The interface for writing package summary output.
- 
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidaddAllClassesAndInterfacesSummary(Content summaryContent) Adds the table of all classes and interfaces to the documentation.voidaddPackageContent(Content packageContent) Adds the tag information from the “packages.html” or “package-info.java” file to the documentation.voidaddPackageDescription(Content packageContent) Adds the package description from the “packages.html” file to the documentation.voidAdds the footer to the documentation.voidaddPackageSignature(Content packageContent) Adds the package signature.voidaddPackageTags(Content packageContent) Adds the tag information from the “packages.html” file to the documentation.voidaddRelatedPackagesSummary(Content summaryContent) Adds the table of related packages to the documentation.Get the header for the package content.Get the header for the summary.getPackageSummary(Content summaryContent) Gets the package summary.Get the header for the package summary.voidprintDocument(Content content) Print the package summary document. 
- 
Methodendetails
- 
getPackageHeader
Get the header for the summary.- Gibt zurück:
 - the header to be added to the content
 
 - 
getContentHeader
Get the header for the package content.- Gibt zurück:
 - the package content header
 
 - 
getSummariesList
Get the header for the package summary.- Gibt zurück:
 - the package summary header
 
 - 
addRelatedPackagesSummary
Adds the table of related packages to the documentation.- Parameter:
 summaryContent- the content to which the summaries will be added
 - 
addAllClassesAndInterfacesSummary
Adds the table of all classes and interfaces to the documentation.- Parameter:
 summaryContent- the content to which the summaries will be added
 - 
addPackageDescription
Adds the package description from the “packages.html” file to the documentation.- Parameter:
 packageContent- the content to which the package description will be added
 - 
addPackageTags
Adds the tag information from the “packages.html” file to the documentation.- Parameter:
 packageContent- the content to which the package tags will be added
 - 
addPackageSignature
Adds the package signature.- Parameter:
 packageContent- the content to which the package signature will be added
 - 
addPackageContent
Adds the tag information from the “packages.html” or “package-info.java” file to the documentation.- Parameter:
 packageContent- the package content to be added
 - 
printDocument
Print the package summary document.- Parameter:
 content- the content that will be printed- Löst aus:
 DocFileIOException- if there is a problem while writing the document
 - 
getPackageSummary
Gets the package summary.- Parameter:
 summaryContent- the content representing the package summary- Gibt zurück:
 - the package summary
 
 
 -