MCPcopy Index your code
hub / github.com/apache/tomcat / addSetNext

Method addSetNext

java/org/apache/tomcat/util/digester/Digester.java:1811–1815  ·  view source on GitHub ↗

Add a "set next" rule for the specified parameters. @param pattern Element matching pattern @param methodName Method name to call on the parent element @param paramType Java class name of the expected parameter type (if you wish to use a primitive type, specify the corresp

(String pattern, String methodName, String paramType)

Source from the content-addressed store, hash-verified

1809 * @see SetNextRule
1810 */
1811 public void addSetNext(String pattern, String methodName, String paramType) {
1812
1813 addRule(pattern, new SetNextRule(methodName, paramType));
1814
1815 }
1816
1817
1818 /**

Callers 15

createDigesterMethod · 0.95
createStartDigesterMethod · 0.95
createStopDigesterMethod · 0.95
loadProvidersMethod · 0.95
createDigesterMethod · 0.95
addRuleInstancesMethod · 0.80
addRuleInstancesMethod · 0.80
configureNamingRulesMethod · 0.80
addRuleInstancesMethod · 0.80
addRuleInstancesMethod · 0.80
addClusterRuleSetMethod · 0.80
addRuleInstancesMethod · 0.80

Calls 1

addRuleMethod · 0.95

Tested by

no test coverage detected