Klasse ModuleSummaryBuilder
java.lang.Object
org.jdrupes.mdoclet.internal.doclets.toolkit.builders.AbstractBuilder
org.jdrupes.mdoclet.internal.doclets.toolkit.builders.ModuleSummaryBuilder
Builds the summary for a given module.
-
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 TypMethodeBeschreibungvoid
build()
Build the module summary.protected void
Build the content for the module doc.protected void
buildModuleDescription
(Content moduleContent) Builds the description for this module.protected void
Build the module documentation.protected void
buildModulesSummary
(Content summariesList) Builds the summary of the module dependencies of this module.protected void
buildPackagesSummary
(Content summariesList) Builds the summary of the packages exported or opened by this module.protected void
buildServicesSummary
(Content summariesList) Builds the summary of the services used or provided by this module.protected void
buildSummary
(Content target) Builds the list of summary sections for this module.static ModuleSummaryBuilder
getInstance
(AbstractBuilder.Context context, ModuleElement mdle, ModuleSummaryWriter moduleWriter) Construct a new ModuleSummaryBuilder.
-
Methodendetails
-
getInstance
public static ModuleSummaryBuilder getInstance(AbstractBuilder.Context context, ModuleElement mdle, ModuleSummaryWriter moduleWriter) Construct a new ModuleSummaryBuilder.- Parameter:
context
- the build context.mdle
- the module being documented.moduleWriter
- the doclet specific writer that will output the result.- Gibt zurück:
- an instance of a ModuleSummaryBuilder.
-
build
Build the module summary.- Angegeben von:
build
in KlasseAbstractBuilder
- Löst aus:
DocletException
- if there is a problem while building the documentation
-
buildModuleDoc
Build the module documentation.- Löst aus:
DocletException
- if there is a problem while building the documentation
-
buildContent
Build the content for the module doc.- Löst aus:
DocletException
- if there is a problem while building the documentation
-
buildSummary
Builds the list of summary sections for this module.- Parameter:
target
- the module content to which the summaries will be added- Löst aus:
DocletException
- if there is a problem while building the documentation
-
buildModulesSummary
Builds the summary of the module dependencies of this module.- Parameter:
summariesList
- the list of summaries to which the summary will be added
-
buildPackagesSummary
Builds the summary of the packages exported or opened by this module.- Parameter:
summariesList
- the list of summaries to which the summary will be added
-
buildServicesSummary
Builds the summary of the services used or provided by this module.- Parameter:
summariesList
- the list of summaries to which the summary will be added
-
buildModuleDescription
Builds the description for this module.- Parameter:
moduleContent
- the content to which the module description will be added
-