org.codehaus.mojo.versions.model.io.xpp3
Class RuleXpp3Writer
java.lang.Object
org.codehaus.mojo.versions.model.io.xpp3.RuleXpp3Writer
public class RuleXpp3Writer
- extends Object
Class RuleXpp3Writer.
- Version:
- $Revision$ $Date$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuleXpp3Writer
public RuleXpp3Writer()
write
public void write(Writer writer,
RuleSet ruleSet)
throws IOException
- Method write.
- Parameters:
writer
- ruleSet
-
- Throws:
IOException
write
public void write(OutputStream stream,
RuleSet ruleSet)
throws IOException
- Method write.
- Parameters:
stream
- ruleSet
-
- Throws:
IOException
Copyright © 2008-2011 Codehaus. All Rights Reserved.