Klasse PropertyBuilder
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.PropertyBuilder
Builds documentation for a property.
-
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 propertyContent) Build the deprecation information.protected void
buildPreviewInfo
(Content propertyContent) Build the preview information.protected void
buildPropertyComments
(Content propertyContent) Build the comments for the property.protected void
buildPropertyDoc
(Content detailsList) Build the property documentation.protected void
buildSignature
(Content propertyContent) Build the signature.protected void
buildTagInfo
(Content propertyContent) Build the tag information.static PropertyBuilder
getInstance
(AbstractBuilder.Context context, TypeElement typeElement, PropertyWriter writer) Construct a new PropertyBuilder.Return the property 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 PropertyBuilder getInstance(AbstractBuilder.Context context, TypeElement typeElement, PropertyWriter writer) Construct a new PropertyBuilder.- Parameter:
context
- the build context.typeElement
- the class whose members are being documented.writer
- the doclet specific writer.- Gibt zurück:
- the new PropertyBuilder
-
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
-
buildPropertyDoc
Build the property documentation.- Parameter:
detailsList
- 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:
propertyContent
- the content to which the documentation will be added
-
buildDeprecationInfo
Build the deprecation information.- Parameter:
propertyContent
- the content to which the documentation will be added
-
buildPreviewInfo
Build the preview information.- Parameter:
propertyContent
- the content to which the documentation will be added
-
buildPropertyComments
Build the comments for the property.Do nothing if
BaseOptions.noComment()
is set to true.- Parameter:
propertyContent
- the content to which the documentation will be added
-
buildTagInfo
Build the tag information.- Parameter:
propertyContent
- the content to which the documentation will be added
-
getWriter
Return the property writer for this builder.- Gibt zurück:
- the property writer for this builder.
-