Uses of Class
net.sourceforge.pmd.util.ResourceLoader
-
Packages that use ResourceLoader Package Description net.sourceforge.pmd This is the PMD programming mistake detector.net.sourceforge.pmd.rules -
-
Uses of ResourceLoader in net.sourceforge.pmd
Methods in net.sourceforge.pmd with parameters of type ResourceLoader Modifier and Type Method Description InputStreamRuleSetReferenceId. getInputStream(ResourceLoader rl)Deprecated.Try to load the RuleSet resource with the specified ResourceLoader.static RuleSetFactoryRulesetsFactoryUtils. getRulesetFactory(PMDConfiguration configuration, ResourceLoader resourceLoader)Deprecated.Use aRuleSetLoaderConstructors in net.sourceforge.pmd with parameters of type ResourceLoader Constructor Description RuleSetFactory(ResourceLoader resourceLoader, RulePriority minimumPriority, boolean warnDeprecated, boolean enableCompatibility)Deprecated.Use aRuleSetLoaderto build a new factory -
Uses of ResourceLoader in net.sourceforge.pmd.rules
Constructors in net.sourceforge.pmd.rules with parameters of type ResourceLoader Constructor Description RuleBuilder(String name, ResourceLoader resourceLoader, String clazz, String language)Deprecated.RuleFactory(ResourceLoader resourceLoader)Deprecated.
-