Interface ConstructorWriter
- All Known Implementing Classes:
ConstructorWriterImpl
Deprecated.
The interface for writing constructor output.
This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
- Since:
- 1.5
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addComments
(ConstructorDoc constructor, Content constructorDocTree) Deprecated.Add the comments for the given constructor.void
addDeprecated
(ConstructorDoc constructor, Content constructorDocTree) Deprecated.Add the deprecated output for the given constructor.void
addTags
(ConstructorDoc constructor, Content constructorDocTree) Deprecated.Add the tags for the given constructor.void
close()
Deprecated.Close the writer.getConstructorDetails
(Content memberDetailsTree) Deprecated.Get the constructor details tree.getConstructorDetailsTreeHeader
(ClassDoc classDoc, Content memberDetailsTree) Deprecated.Get the constructor details tree header.getConstructorDoc
(Content constructorDocTree, boolean isLastContent) Deprecated.Get the constructor documentation.getConstructorDocTreeHeader
(ConstructorDoc constructor, Content constructorDetailsTree) Deprecated.Get the constructor documentation tree header.getSignature
(ConstructorDoc constructor) Deprecated.Get the signature for the given constructor.void
setFoundNonPubConstructor
(boolean foundNonPubConstructor) Deprecated.Let the writer know whether a non public constructor was found.
-
Method Details
-
getConstructorDetailsTreeHeader
Deprecated.Get the constructor details tree header.- Parameters:
classDoc
- the class being documentedmemberDetailsTree
- the content tree representing member details- Returns:
- content tree for the constructor details header
-
getConstructorDocTreeHeader
Deprecated.Get the constructor documentation tree header.- Parameters:
constructor
- the constructor being documentedconstructorDetailsTree
- the content tree representing constructor details- Returns:
- content tree for the constructor documentation header
-
getSignature
Deprecated.Get the signature for the given constructor.- Parameters:
constructor
- the constructor being documented- Returns:
- content tree for the constructor signature
-
addDeprecated
Deprecated.Add the deprecated output for the given constructor.- Parameters:
constructor
- the constructor being documentedconstructorDocTree
- content tree to which the deprecated information will be added
-
addComments
Deprecated.Add the comments for the given constructor.- Parameters:
constructor
- the constructor being documentedconstructorDocTree
- the content tree to which the comments will be added
-
addTags
Deprecated.Add the tags for the given constructor.- Parameters:
constructor
- the constructor being documentedconstructorDocTree
- the content tree to which the tags will be added
-
getConstructorDetails
Deprecated.Get the constructor details tree.- Parameters:
memberDetailsTree
- the content tree representing member details- Returns:
- content tree for the constructor details
-
getConstructorDoc
Deprecated.Get the constructor documentation.- Parameters:
constructorDocTree
- the content tree representing constructor documentationisLastContent
- true if the content to be added is the last content- Returns:
- content tree for the constructor documentation
-
setFoundNonPubConstructor
void setFoundNonPubConstructor(boolean foundNonPubConstructor) Deprecated.Let the writer know whether a non public constructor was found.- Parameters:
foundNonPubConstructor
- true if we found a non public constructor.
-
close
Deprecated.Close the writer.- Throws:
IOException
-