| java.lang.Object org.acm.seguin.pmd.RuleSetList
RuleSetList | public class RuleSetList (Code) | | 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.
author: Donald A. Leckie since: September 11, 2002 version: $Revision: 1.1 $, $Date: 2003/07/29 20:51:58 $ |
getIncludedRuleSetNames | final public static String[] getIncludedRuleSetNames(String directoryPath) throws PMDException(Code) | | Parameters: directoryPath - |
saveIncludedRuleSetNames | final public static void saveIncludedRuleSetNames(String directoryPath, String[] ruleSetNames) throws PMDException(Code) | | Parameters: directoryPath - |
|
|