Uses of Class
org.apache.commons.digester3.plugins.RuleFinder
Packages that use RuleFinder
Package
Description
The
plugins package provides an easy mechanism whereby new
digestion rules can be added dynamically during a digestion.The
plugins.strategies package contains "rule-finding" strategy
classes, and their associated "helper" loader classes.-
Uses of RuleFinder in org.apache.commons.digester3.plugins
Methods in org.apache.commons.digester3.plugins that return types with arguments of type RuleFinderModifier and TypeMethodDescriptionPluginContext.getRuleFinders()Return the list of RuleFinder objects.PluginRules.getRuleFinders()Method parameters in org.apache.commons.digester3.plugins with type arguments of type RuleFinderModifier and TypeMethodDescriptionvoidPluginContext.setRuleFinders(List<RuleFinder> ruleFinders) Set the list of RuleFinder objects.voidPluginRules.setRuleFinders(List<RuleFinder> ruleFinders) -
Uses of RuleFinder in org.apache.commons.digester3.plugins.strategies
Subclasses of RuleFinder in org.apache.commons.digester3.plugins.strategiesModifier and TypeClassDescriptionclassA rule-finding algorithm which expects the caller to specify a classname and methodname as plugin properties.classA rule-finding algorithm which looks for a method with a specific name on a class whose name is derived from the plugin class name.classA rule-finding algorithm which looks for a method with a specific name on the plugin class.classA rule-finding algorithm which looks for a resource file in the classpath whose name is derived from the plugin class name plus a specified suffix.classA rule-finding algorithm which expects the user to specify an absolute or relative path in the plugin declaration.classA rule-finding algorithm which expects the caller to specify a methodname as a plugin property, where the method exists on the plugin class.classA rule-finding algorithm which expects the user to specify a resource name (ie a file in the classpath).classA rule-finding algorithm which expects the user to specify whether "automatic property setting" is desired.