public class ParamdocXpp3Writer extends Object
Constructor and Description |
---|
ParamdocXpp3Writer() |
Modifier and Type | Method and Description |
---|---|
void |
setFileComment(String fileComment)
Method setFileComment.
|
void |
write(OutputStream stream,
ExpressionDocumentation expressionDocumentation)
Method write.
|
void |
write(Writer writer,
ExpressionDocumentation expressionDocumentation)
Method write.
|
public void setFileComment(String fileComment)
fileComment
- a fileComment object.public void write(Writer writer, ExpressionDocumentation expressionDocumentation) throws IOException
writer
- a writer object.expressionDocumentation
- a expressionDocumentation
object.IOException
- java.io.IOException if any.public void write(OutputStream stream, ExpressionDocumentation expressionDocumentation) throws IOException
stream
- a stream object.expressionDocumentation
- a expressionDocumentation
object.IOException
- java.io.IOException if any.Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.