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, visibleMemberTable
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 the documentation.protected void
buildDeprecationInfo
(Content fieldContent) Build the deprecation information.protected void
buildFieldComments
(Content fieldContent) Build the comments for the field.protected void
buildFieldDoc
(Content target) Build the field documentation.protected void
buildPreviewInfo
(Content fieldContent) Build the preview information.protected void
buildSignature
(Content fieldContent) Build the signature.protected void
buildTagInfo
(Content fieldContent) Build the tag information.static FieldBuilder
getInstance
(AbstractBuilder.Context context, TypeElement typeElement, FieldWriter writer) Construct a new FieldBuilder.Return the field writer for this builder.boolean
Returns 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:
hasMembersToDocument
in KlasseAbstractMemberBuilder
- Gibt zurück:
- whether or not there are members to document
-
build
Beschreibung aus Klasse kopiert:AbstractMemberBuilder
Build the documentation.- Angegeben von:
build
in 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.
-