Package org.apache.commons.digester3.plugins.strategies
The
plugins.strategies
package contains "rule-finding" strategy
classes, and their associated "helper" loader classes.-
Class Summary Class Description FinderFromClass A rule-finding algorithm which expects the caller to specify a classname and methodname as plugin properties.FinderFromDfltClass A rule-finding algorithm which looks for a method with a specific name on a class whose name is derived from the plugin class name.FinderFromDfltMethod A rule-finding algorithm which looks for a method with a specific name on the plugin class.FinderFromDfltResource A 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.FinderFromFile A rule-finding algorithm which expects the user to specify an absolute or relative path in the plugin declaration.FinderFromMethod A rule-finding algorithm which expects the caller to specify a methodname as a plugin property, where the method exists on the plugin class.FinderFromResource A rule-finding algorithm which expects the user to specify a resource name (ie a file in the classpath).FinderSetProperties A rule-finding algorithm which expects the user to specify whether "automatic property setting" is desired.LoaderFromClass A RuleLoader which invokes a static method on a target class, leaving that method to actually instantiate and add new rules to a Digester instance.LoaderFromStream A rule-finding algorithm which loads an xmlplugins-format file.LoaderSetProperties A RuleLoader which creates a single SetPropertiesRule and adds it to the digester when its addRules() method is invoked.