org.acm.seguin.pmd
Class RuleSetList

java.lang.Object
  extended by org.acm.seguin.pmd.RuleSetList

public class RuleSetList
extends java.lang.Object

Reads and writes a list of included rule sets. Used by the PMD Viewer to select the rule sets to be used during analysis. The PMD Viewer provides the editing capability to include or exclude rule sets.

Since:
September 11, 2002
Version:
$Revision: 1.1 $, $Date: 2003/07/29 20:51:58 $
Author:
Donald A. Leckie

Constructor Summary
RuleSetList()
           
 
Method Summary
static java.lang.String[] getIncludedRuleSetNames(java.lang.String directoryPath)
           
static void saveIncludedRuleSetNames(java.lang.String directoryPath, java.lang.String[] ruleSetNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleSetList

public RuleSetList()
Method Detail

getIncludedRuleSetNames

public static final java.lang.String[] getIncludedRuleSetNames(java.lang.String directoryPath)
                                                        throws PMDException
Parameters:
directoryPath -
Returns:
Throws:
PMDException

saveIncludedRuleSetNames

public static final void saveIncludedRuleSetNames(java.lang.String directoryPath,
                                                  java.lang.String[] ruleSetNames)
                                           throws PMDException
Parameters:
directoryPath -
Throws:
PMDException