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(java.lang.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(java.lang.String referenceString)
Create a RuleSets from a comma separated list of RuleSet reference IDs.RuleSets
RuleSetFactory. createRuleSets(java.util.List<RuleSetReferenceId> ruleSetReferenceIds)
Create a RuleSets from a list of RuleSetReferenceIds.java.io.InputStream
RuleSetReferenceId. 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 void
Benchmarker. 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.InputStream
ResourceLoader. loadClassPathResourceAsStreamOrThrow(java.lang.String name)
Deprecated.java.io.InputStream
ResourceLoader. loadResourceAsStream(java.lang.String name)
Deprecated.Attempts to load the resource from file, a URL or the claspath
-