org.codehaus.mojo.versions.model.io.xpp3
Class RuleXpp3Writer

java.lang.Object
  extended by org.codehaus.mojo.versions.model.io.xpp3.RuleXpp3Writer

public class RuleXpp3Writer
extends Object

Class RuleXpp3Writer.

Version:
$Revision$ $Date$

Constructor Summary
RuleXpp3Writer()
           
 
Method Summary
 void write(OutputStream stream, RuleSet ruleSet)
          Method write.
 void write(Writer writer, RuleSet ruleSet)
          Method write.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleXpp3Writer

public RuleXpp3Writer()
Method Detail

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.