|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pmd.RuleSetWriter
public class RuleSetWriter
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)
|
Method Summary | |
---|---|
void |
close()
|
void |
write(RuleSet ruleSet)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RuleSetWriter(java.io.OutputStream outputStream)
public RuleSetWriter(java.io.OutputStream outputStream, boolean outputNamespace)
Method Detail |
---|
public void close() throws java.io.IOException
java.io.IOException
public void write(RuleSet ruleSet)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |