Uses of Class
net.sourceforge.pmd.RuleSetNotFoundException
-
Packages that use RuleSetNotFoundException Package Description net.sourceforge.pmd This is the PMD programming mistake detector.net.sourceforge.pmd.benchmark net.sourceforge.pmd.util -
-
Uses of RuleSetNotFoundException in net.sourceforge.pmd
Methods in net.sourceforge.pmd that throw RuleSetNotFoundException Modifier and Type Method Description RuleSet
RuleSetFactory. createRuleSet(String referenceString)
Create a RuleSet from a RuleSet reference ID string.RuleSet
RuleSetFactory. createRuleSet(RuleSetReferenceId ruleSetReferenceId)
Create a RuleSet from a RuleSetReferenceId.RuleSets
RuleSetFactory. createRuleSets(String referenceString)
Create a RuleSets from a comma separated list of RuleSet reference IDs.RuleSets
RuleSetFactory. createRuleSets(List<RuleSetReferenceId> ruleSetReferenceIds)
Create a RuleSets from a list of RuleSetReferenceIds.InputStream
RuleSetReferenceId. getInputStream(ResourceLoader rl)
Try to load the RuleSet resource with the specified ResourceLoader.Iterator<RuleSet>
RuleSetFactory. getRegisteredRuleSets()
Returns an Iterator of RuleSet objects loaded from descriptions from the "categories.properties" resource for each Language with Rule support. -
Uses of RuleSetNotFoundException in net.sourceforge.pmd.benchmark
Methods in net.sourceforge.pmd.benchmark that throw RuleSetNotFoundException Modifier and Type Method Description static void
Benchmarker. main(String[] args)
Deprecated. -
Uses of RuleSetNotFoundException in net.sourceforge.pmd.util
Methods in net.sourceforge.pmd.util that throw RuleSetNotFoundException Modifier and Type Method Description InputStream
ResourceLoader. loadClassPathResourceAsStreamOrThrow(String name)
Deprecated.InputStream
ResourceLoader. loadResourceAsStream(String name)
Deprecated.Attempts to load the resource from file, a URL or the claspath
-