Uses of Class
net.sourceforge.pmd.RuleSets
-
Packages that use RuleSets Package Description net.sourceforge.pmd This is the PMD programming mistake detector.net.sourceforge.pmd.cache The violation caching system.net.sourceforge.pmd.processor -
-
Uses of RuleSets in net.sourceforge.pmd
Methods in net.sourceforge.pmd that return RuleSets Modifier and Type Method Description 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.static RuleSets
RulesetsFactoryUtils. getRuleSets(String rulesets, RuleSetFactory factory)
Creates a new rulesets with the given string.static RuleSets
RulesetsFactoryUtils. getRuleSetsWithBenchmark(String rulesets, RuleSetFactory factory)
Methods in net.sourceforge.pmd with parameters of type RuleSets Modifier and Type Method Description void
SourceCodeProcessor. processSourceCode(InputStream sourceCode, RuleSets ruleSets, RuleContext ctx)
Processes the input stream against a rule set using the given input encoding.void
SourceCodeProcessor. processSourceCode(Reader sourceCode, RuleSets ruleSets, RuleContext ctx)
Processes the input stream against a rule set using the given input encoding.Constructors in net.sourceforge.pmd with parameters of type RuleSets Constructor Description RuleSets(RuleSets ruleSets)
Copy constructor. -
Uses of RuleSets in net.sourceforge.pmd.cache
Methods in net.sourceforge.pmd.cache with parameters of type RuleSets Modifier and Type Method Description void
AbstractAnalysisCache. checkValidity(RuleSets ruleSets, ClassLoader auxclassPathClassLoader)
Deprecated.void
AnalysisCache. checkValidity(RuleSets ruleSets, ClassLoader auxclassPathClassLoader)
Deprecated.Checks if the cache is valid for the configured rulesets and class loader.void
NoopAnalysisCache. checkValidity(RuleSets ruleSets, ClassLoader classLoader)
Deprecated.void
CachedRuleMapper. initialize(RuleSets rs)
Deprecated.Initialize the mapper with the given rulesets. -
Uses of RuleSets in net.sourceforge.pmd.processor
Methods in net.sourceforge.pmd.processor that return RuleSets Modifier and Type Method Description protected RuleSets
AbstractPMDProcessor. createRuleSets(RuleSetFactory factory, Report report)
Create instances for each rule defined in the ruleset(s) in the configuration.Constructors in net.sourceforge.pmd.processor with parameters of type RuleSets Constructor Description PmdRunnable(DataSource dataSource, String fileName, List<Renderer> renderers, RuleContext ruleContext, RuleSets ruleSets, SourceCodeProcessor sourceCodeProcessor)
-