public class RuleXpp3Writer extends Object
| Constructor and Description |
|---|
RuleXpp3Writer() |
| Modifier and Type | Method and Description |
|---|---|
void |
setFileComment(String fileComment)
Method setFileComment.
|
void |
write(OutputStream stream,
org.codehaus.mojo.versions.model.RuleSet ruleSet)
Method write.
|
void |
write(Writer writer,
org.codehaus.mojo.versions.model.RuleSet ruleSet)
Method write.
|
public void setFileComment(String fileComment)
fileComment - a fileComment object.public void write(Writer writer, org.codehaus.mojo.versions.model.RuleSet ruleSet) throws IOException
writer - a writer object.ruleSet - a ruleSet object.IOException - java.io.IOException if any.public void write(OutputStream stream, org.codehaus.mojo.versions.model.RuleSet ruleSet) throws IOException
stream - a stream object.ruleSet - a ruleSet object.IOException - java.io.IOException if any.Copyright © 2008–2022 MojoHaus. All rights reserved.