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.
since: 1.6
locateMethod(Class rulesClass, String methodName) Find a method on the specified class whose name matches methodName,
and whose signature is:
public static void foo(Digester d, String patternPrefix);.
Find a method on the specified class whose name matches methodName,
and whose signature is:
public static void foo(Digester d, String patternPrefix);.
null if no such method exists.
Methods inherited from org.apache.commons.digester.plugins.RuleLoader