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 RuleSetRuleSetFactory. createRuleSet(java.lang.String referenceString)Create a RuleSet from a RuleSet reference ID string.RuleSetRuleSetFactory. createRuleSet(RuleSetReferenceId ruleSetReferenceId)Create a RuleSet from a RuleSetReferenceId.RuleSetsRuleSetFactory. createRuleSets(java.lang.String referenceString)Create a RuleSets from a comma separated list of RuleSet reference IDs.RuleSetsRuleSetFactory. createRuleSets(java.util.List<RuleSetReferenceId> ruleSetReferenceIds)Create a RuleSets from a list of RuleSetReferenceIds.java.io.InputStreamRuleSetReferenceId. getInputStream(ResourceLoader rl)Try to load the RuleSet resource with the specified ResourceLoader.java.util.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 voidBenchmarker. main(java.lang.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 java.io.InputStreamResourceLoader. loadClassPathResourceAsStreamOrThrow(java.lang.String name)java.io.InputStreamResourceLoader. loadResourceAsStream(java.lang.String name)Attempts to load the resource from file, a URL or the claspath
-