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