Oops. Writing comments.
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2316 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -27,15 +27,21 @@ import java.io.Writer;
|
|||||||
import net.sourceforge.pmd.RuleSet;
|
import net.sourceforge.pmd.RuleSet;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Description goes here
|
* Interface for a rule set writer
|
||||||
*
|
*
|
||||||
* @author Philippe Herlin
|
* @author Philippe Herlin
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
*
|
*
|
||||||
* $Log$
|
* $Log$
|
||||||
|
* Revision 1.4 2003/10/16 22:29:23 phherlin
|
||||||
|
* Oops. Writing comments.
|
||||||
|
*
|
||||||
* Revision 1.3 2003/10/16 22:26:37 phherlin
|
* Revision 1.3 2003/10/16 22:26:37 phherlin
|
||||||
* Fix bug #810858.
|
* Fix bug #810858.
|
||||||
* Complete refactoring of rule set generation. Using a DOM tree and the Xerces 2 serializer.
|
* Complete refactoring of rule set generation. Using a DOM tree and the Xerces 2 serializer.
|
||||||
|
*
|
||||||
|
* -- Old version renamed to RuleSetWriterImpl --
|
||||||
|
* -- Now RuleSetWriter is an interface --
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public interface RuleSetWriter {
|
public interface RuleSetWriter {
|
||||||
|
Reference in New Issue
Block a user