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
- public void write(Writer writer, JavadocOptions javadocOptions) throws IOException
writer
- javadocOptions
- IOException
public void write(OutputStream stream, JavadocOptions javadocOptions) throws IOException
stream
- javadocOptions
- IOException
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.