Schnittstelle PropertyWriter
- Alle Superschnittstellen:
MemberWriter
- Alle bekannten Implementierungsklassen:
PropertyWriterImpl
The interface for writing property output.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
addComments
(ExecutableElement property, Content propertyContent) Add the comments for the given property.void
addDeprecated
(ExecutableElement property, Content propertyContent) Add the deprecated output for the given property.void
addPreview
(ExecutableElement member, Content content) Add the preview output for the given member.void
addTags
(ExecutableElement property, Content propertyContent) Add the tags for the given property.getPropertyDetails
(Content memberDetailsHeader, Content memberDetails) Get the property details.getPropertyDetailsHeader
(Content memberDetails) Get the property details header.getPropertyHeaderContent
(ExecutableElement property) Get the property documentation header.getSignature
(ExecutableElement property) Get the signature for the given property.Von Schnittstelle geerbte Methoden org.jdrupes.mdoclet.internal.doclets.toolkit.MemberWriter
getMemberList, getMemberListItem
-
Methodendetails
-
getPropertyDetailsHeader
Get the property details header.- Parameter:
memberDetails
- the content representing member details- Gibt zurück:
- the property details header
-
getPropertyHeaderContent
Get the property documentation header.- Parameter:
property
- the property being documented- Gibt zurück:
- the property documentation header
-
getSignature
Get the signature for the given property.- Parameter:
property
- the property being documented- Gibt zurück:
- the property signature
-
addDeprecated
Add the deprecated output for the given property.- Parameter:
property
- the property being documentedpropertyContent
- content to which the deprecated information will be added
-
addPreview
Add the preview output for the given member.- Parameter:
member
- the member being documentedcontent
- the content to which the preview information will be added
-
addComments
Add the comments for the given property.- Parameter:
property
- the property being documentedpropertyContent
- the content to which the comments will be added
-
addTags
Add the tags for the given property.- Parameter:
property
- the property being documentedpropertyContent
- the content to which the tags will be added
-
getPropertyDetails
Get the property details.- Parameter:
memberDetailsHeader
- the content representing member details headermemberDetails
- the content representing member details- Gibt zurück:
- the property details
-