|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.pmd.RuleSetList
public class RuleSetList
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.
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 |
---|
public RuleSetList()
Method Detail |
---|
public static final java.lang.String[] getIncludedRuleSetNames(java.lang.String directoryPath) throws PMDException
directoryPath
-
PMDException
public static final void saveIncludedRuleSetNames(java.lang.String directoryPath, java.lang.String[] ruleSetNames) throws PMDException
directoryPath
-
PMDException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |