Klasse PackageSummaryBuilder
java.lang.Object
org.jdrupes.mdoclet.internal.doclets.toolkit.builders.AbstractBuilder
org.jdrupes.mdoclet.internal.doclets.toolkit.builders.PackageSummaryBuilder
Builds the summary for a given package.
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen org.jdrupes.mdoclet.internal.doclets.toolkit.builders.AbstractBuilder
AbstractBuilder.Context -
Feldübersicht
Von Klasse geerbte Felder org.jdrupes.mdoclet.internal.doclets.toolkit.builders.AbstractBuilder
builderFactory, configuration, containingPackagesSeen, messages, options, resources, utils -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidbuild()Build the package summary.protected voidbuildAllClassesAndInterfacesSummary(Content summariesList) Builds the summary for all classes and interfaces in this package.protected voidBuild the content for the package.protected voidbuildPackageDescription(Content packageContent) Build the description of the summary.protected voidBuild the package documentation.protected voidbuildPackageTags(Content packageContent) Build the tags of the summary.protected voidbuildRelatedPackagesSummary(Content summariesList) Builds a list of “nearby” packages (subpackages, superpackages, and sibling packages).protected voidbuildSummary(Content packageContent) Builds the list of summaries for the different kinds of types in this package.static PackageSummaryBuildergetInstance(AbstractBuilder.Context context, PackageElement pkg, PackageSummaryWriter packageWriter) Construct a new PackageSummaryBuilder.
-
Methodendetails
-
getInstance
public static PackageSummaryBuilder getInstance(AbstractBuilder.Context context, PackageElement pkg, PackageSummaryWriter packageWriter) Construct a new PackageSummaryBuilder.- Parameter:
context- the build context.pkg- the package being documented.packageWriter- the doclet specific writer that will output the result.- Gibt zurück:
- an instance of a PackageSummaryBuilder.
-
build
Build the package summary.- Angegeben von:
buildin KlasseAbstractBuilder- Löst aus:
DocletException- if there is a problem while building the documentation
-
buildPackageDoc
Build the package documentation.- Löst aus:
DocletException- if there is a problem while building the documentation
-
buildContent
Build the content for the package.- Löst aus:
DocletException- if there is a problem while building the documentation
-
buildSummary
Builds the list of summaries for the different kinds of types in this package.- Parameter:
packageContent- the package content to which the summaries will be added- Löst aus:
DocletException- if there is a problem while building the documentation
-
buildRelatedPackagesSummary
Builds a list of “nearby” packages (subpackages, superpackages, and sibling packages).- Parameter:
summariesList- the list of summaries to which the summary will be added
-
buildAllClassesAndInterfacesSummary
Builds the summary for all classes and interfaces in this package.- Parameter:
summariesList- the list of summaries to which the summary will be added
-
buildPackageDescription
Build the description of the summary.- Parameter:
packageContent- the content to which the package description will be added
-
buildPackageTags
Build the tags of the summary.- Parameter:
packageContent- the content to which the package tags will be added
-