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, 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 propertyContent) Build the deprecation information.protected voidbuildPreviewInfo(Content propertyContent) Build the preview information.protected voidbuildPropertyComments(Content propertyContent) Build the comments for the property.protected voidbuildPropertyDoc(Content detailsList) Build the property documentation.protected voidbuildSignature(Content propertyContent) Build the signature.protected voidbuildTagInfo(Content propertyContent) Build the tag information.static PropertyBuildergetInstance(AbstractBuilder.Context context, TypeElement typeElement, PropertyWriter writer) Construct a new PropertyBuilder.Return the property 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 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:
 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
 - 
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.
 
 
 -