net.sourceforge.pmd
Class RuleSetWriter
java.lang.Object
net.sourceforge.pmd.RuleSetWriter
public class RuleSetWriter
- extends java.lang.Object
This class represents a way to serialize a RuleSet to an XML configuration file.
Constructor Summary |
RuleSetWriter(java.io.OutputStream outputStream)
|
RuleSetWriter(java.io.OutputStream outputStream,
boolean outputNamespace)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuleSetWriter
public RuleSetWriter(java.io.OutputStream outputStream)
RuleSetWriter
public RuleSetWriter(java.io.OutputStream outputStream,
boolean outputNamespace)
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(RuleSet ruleSet)
Copyright © 2002-2009 InfoEther. All Rights Reserved.