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

Method setRules

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

Set the Rules implementation object containing our rules collection and associated matching policy. @param rules New Rules implementation

(Rules rules)

Source from the content-addressed store, hash-verified

836 * @param rules New Rules implementation
837 */
838 public void setRules(Rules rules) {
839 this.rules = rules;
840 this.rules.setDigester(this);
841 }
842
843
844 /**

Callers

nothing calls this directly

Calls 1

setDigesterMethod · 0.65

Tested by

no test coverage detected