Schnittstelle ConstructorWriter
- Alle Superschnittstellen:
MemberWriter
- Alle bekannten Implementierungsklassen:
ConstructorWriterImpl
The interface for writing constructor output.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
addComments
(ExecutableElement constructor, Content constructorContent) Add the comments for the given constructor.void
addDeprecated
(ExecutableElement constructor, Content constructorContent) Add the deprecated output for the given constructor.void
addPreview
(ExecutableElement member, Content content) Add the preview output for the given member.void
addTags
(ExecutableElement constructor, Content constructorContent) Add the tags for the given constructor.getConstructorDetails
(Content memberDetailsHeader, Content memberDetails) Gibt the constructor details zurück.getConstructorDetailsHeader
(Content content) Gibt the constructor details header zurück.getConstructorHeaderContent
(ExecutableElement constructor) Gibt the constructor documentation header zurück.getSignature
(ExecutableElement constructor) Gibt the signature for the given constructor zurück.void
setFoundNonPubConstructor
(boolean foundNonPubConstructor) Let the writer know whether a non public constructor was found.Von Schnittstelle geerbte Methoden org.jdrupes.mdoclet.internal.doclets.toolkit.MemberWriter
getMemberList, getMemberListItem
-
Methodendetails
-
getConstructorDetailsHeader
Gibt the constructor details header zurück.- Parameter:
content
- the content representing member details- Gibt zurück:
- the constructor details header
-
getConstructorHeaderContent
Gibt the constructor documentation header zurück.- Parameter:
constructor
- the constructor being documented- Gibt zurück:
- the constructor documentation header
-
getSignature
Gibt the signature for the given constructor zurück.- Parameter:
constructor
- the constructor being documented- Gibt zurück:
- the signature for the given constructor
-
addDeprecated
Add the deprecated output for the given constructor.- Parameter:
constructor
- the constructor being documentedconstructorContent
- the 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 constructor.- Parameter:
constructor
- the constructor being documentedconstructorContent
- the content to which the comments will be added
-
addTags
Add the tags for the given constructor.- Parameter:
constructor
- the constructor being documentedconstructorContent
- the content to which the tags will be added
-
getConstructorDetails
Gibt the constructor details zurück.- Parameter:
memberDetailsHeader
- the content representing member details headermemberDetails
- the content representing member details- Gibt zurück:
- the constructor details
-
setFoundNonPubConstructor
Let the writer know whether a non public constructor was found.- Parameter:
foundNonPubConstructor
- true if we found a non public constructor.
-
getMemberHeader
- Gibt zurück:
- the member header}
-