Klasse ConstructorBuilder
java.lang.Object
org.jdrupes.mdoclet.internal.doclets.toolkit.builders.AbstractBuilder
org.jdrupes.mdoclet.internal.doclets.toolkit.builders.AbstractMemberBuilder
org.jdrupes.mdoclet.internal.doclets.toolkit.builders.ConstructorBuilder
Builds documentation for a constructor.
-
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.AbstractMemberBuilder
typeElement, visibleMemberTableVon Klasse geerbte Felder org.jdrupes.mdoclet.internal.doclets.toolkit.builders.AbstractBuilder
builderFactory, configuration, containingPackagesSeen, messages, options, resources, utils -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidBuild the documentation.protected voidbuildConstructorComments(Content constructorContent) Build the comments for the constructor.protected voidbuildConstructorDoc(Content target) Build the constructor documentation.protected voidbuildDeprecationInfo(Content constructorContent) Build the deprecation information.protected voidbuildPreviewInfo(Content constructorContent) Build the preview information.protected voidbuildSignature(Content constructorContent) Build the signature.protected voidbuildTagInfo(Content constructorContent) Build the tag information.static ConstructorBuildergetInstance(AbstractBuilder.Context context, TypeElement typeElement, ConstructorWriter writer) Construct a new ConstructorBuilder.Return the constructor writer for this builder.booleanReturns true if this subbuilder has anything to document.Von Klasse geerbte Methoden org.jdrupes.mdoclet.internal.doclets.toolkit.builders.AbstractMemberBuilder
build, getVisibleMembers
-
Methodendetails
-
getInstance
public static ConstructorBuilder getInstance(AbstractBuilder.Context context, TypeElement typeElement, ConstructorWriter writer) Construct a new ConstructorBuilder.- Parameter:
context- the build context.typeElement- the class whose members are being documented.writer- the doclet specific writer.- Gibt zurück:
- the new ConstructorBuilder
-
hasMembersToDocument
Beschreibung aus Klasse kopiert:AbstractMemberBuilderReturns true if this subbuilder has anything to document.- Angegeben von:
hasMembersToDocumentin KlasseAbstractMemberBuilder- Gibt zurück:
- true if this subbuilder has anything to document
-
getWriter
Return the constructor writer for this builder.- Gibt zurück:
- the constructor writer for this builder.
-
build
Beschreibung aus Klasse kopiert:AbstractMemberBuilderBuild the documentation.- Angegeben von:
buildin KlasseAbstractMemberBuilder- Parameter:
target- the content into which to add the documentation- Löst aus:
DocletException- if there is a problem building the documentation
-
buildConstructorDoc
Build the constructor documentation.- Parameter:
target- the content to which the documentation will be added- Löst aus:
DocletException- if there is a problem while building the documentation
-
buildSignature
Build the signature.- Parameter:
constructorContent- the content to which the documentation will be added
-
buildDeprecationInfo
Build the deprecation information.- Parameter:
constructorContent- the content to which the documentation will be added
-
buildPreviewInfo
Build the preview information.- Parameter:
constructorContent- the content to which the documentation will be added
-
buildConstructorComments
Build the comments for the constructor.Do nothing if
BaseOptions.noComment()is set to true.- Parameter:
constructorContent- the content to which the documentation will be added
-
buildTagInfo
Build the tag information.- Parameter:
constructorContent- the content to which the documentation will be added
-