|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RuleSetNotFoundException | |
net.sourceforge.pmd | This is the PMD programming mistake detector. |
net.sourceforge.pmd.util |
Uses of RuleSetNotFoundException in net.sourceforge.pmd |
Methods in net.sourceforge.pmd that throw RuleSetNotFoundException | |
java.util.Iterator |
RuleSetFactory.getRegisteredRuleSets()
Returns an Iterator of RuleSet objects loaded from descriptions from the "rulesets.properties" resource. |
RuleSets |
RuleSetFactory.createRuleSets(java.lang.String ruleSetFileNames,
java.lang.ClassLoader classLoader)
Create a RuleSets from a list of names. |
RuleSets |
RuleSetFactory.createRuleSets(java.lang.String ruleSetFileNames)
Create a RuleSets from a list of names, using the classloader of this class. |
RuleSet |
RuleSetFactory.createRuleSet(java.lang.String name,
java.lang.ClassLoader classLoader)
Deprecated. Use createRuleSets instead, because this method puts all rules in one single RuleSet object, and thus removes name and language of the originating rule set files. |
RuleSet |
RuleSetFactory.createRuleSet(java.lang.String name)
Deprecated. Use createRuleSets instead, because this method puts all rules in one single RuleSet object, and thus removes name and language of the originating rule set files. |
RuleSet |
RuleSetFactory.createSingleRuleSet(java.lang.String ruleSetFileName,
java.lang.ClassLoader classLoader)
Create a ruleset from a name |
RuleSet |
RuleSetFactory.createSingleRuleSet(java.lang.String ruleSetFileName)
Create a ruleset from a name |
Uses of RuleSetNotFoundException in net.sourceforge.pmd.util |
Methods in net.sourceforge.pmd.util that throw RuleSetNotFoundException | |
static void |
Benchmark.main(java.lang.String[] args)
|
static java.io.InputStream |
ResourceLoader.loadResourceAsStream(java.lang.String name)
Method to find a file, first by finding it as a file (either by the absolute or relative path), then as a URL, and then finally seeing if it is on the classpath. |
static java.io.InputStream |
ResourceLoader.loadResourceAsStream(java.lang.String name,
java.lang.ClassLoader loader)
Uses the ClassLoader passed in to attempt to load the resource if it's not a File or a URL |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |