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 InputStream
RuleSetReferenceId. getInputStream(ResourceLoader rl)
Deprecated.Try to load the RuleSet resource with the specified ResourceLoader. -
Uses of ResourceLoader in net.sourceforge.pmd.rules
Constructors in net.sourceforge.pmd.rules with parameters of type ResourceLoader Constructor Description RuleFactory(ResourceLoader resourceLoader, LanguageRegistry languageRegistry)
Deprecated.
-