Klasse FieldBuilder
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.FieldBuilder
Builds documentation for a field.
-
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 voidbuildDeprecationInfo(Content fieldContent) Build the deprecation information.protected voidbuildFieldComments(Content fieldContent) Build the comments for the field.protected voidbuildFieldDoc(Content target) Build the field documentation.protected voidbuildPreviewInfo(Content fieldContent) Build the preview information.protected voidbuildSignature(Content fieldContent) Build the signature.protected voidbuildTagInfo(Content fieldContent) Build the tag information.static FieldBuildergetInstance(AbstractBuilder.Context context, TypeElement typeElement, FieldWriter writer) Construct a new FieldBuilder.Return the field writer for this builder.booleanReturns whether or not there are members to document.Von Klasse geerbte Methoden org.jdrupes.mdoclet.internal.doclets.toolkit.builders.AbstractMemberBuilder
build, getVisibleMembers
-
Methodendetails
-
getInstance
public static FieldBuilder getInstance(AbstractBuilder.Context context, TypeElement typeElement, FieldWriter writer) Construct a new FieldBuilder.- Parameter:
context- the build context.typeElement- the class whose members are being documented.writer- the doclet specific writer.- Gibt zurück:
- the new FieldBuilder
-
hasMembersToDocument
Returns whether or not there are members to document.- Angegeben von:
hasMembersToDocumentin KlasseAbstractMemberBuilder- Gibt zurück:
- whether or not there are members to document
-
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
-
buildFieldDoc
Build the field 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:
fieldContent- the content to which the documentation will be added
-
buildDeprecationInfo
Build the deprecation information.- Parameter:
fieldContent- the content to which the documentation will be added
-
buildPreviewInfo
Build the preview information.- Parameter:
fieldContent- the content to which the documentation will be added
-
buildFieldComments
Build the comments for the field.Do nothing if
BaseOptions.noComment()is set to true.- Parameter:
fieldContent- the content to which the documentation will be added
-
buildTagInfo
Build the tag information.- Parameter:
fieldContent- the content to which the documentation will be added
-
getWriter
Return the field writer for this builder.- Gibt zurück:
- the field writer for this builder.
-