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

Method addRuleSet

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

Register a set of Rule instances defined in a RuleSet. @param ruleSet The RuleSet instance to configure from

(RuleSet ruleSet)

Source from the content-addressed store, hash-verified

1699 * @param ruleSet The RuleSet instance to configure from
1700 */
1701 public void addRuleSet(RuleSet ruleSet) {
1702 ruleSet.addRuleInstances(this);
1703 }
1704
1705
1706 /**

Callers 11

newDigesterMethod · 0.95
loadMethod · 0.95
createContextDigesterMethod · 0.95
createStartDigesterMethod · 0.95
TestWebRuleSetMethod · 0.80
getDigesterMethod · 0.80
addRuleInstancesMethod · 0.80
addRuleInstancesMethod · 0.80
addClusterRuleSetMethod · 0.80
addRuleInstancesMethod · 0.80
addRuleInstancesMethod · 0.80

Calls 1

addRuleInstancesMethod · 0.65

Tested by 1

TestWebRuleSetMethod · 0.64