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

Method add

java/org/apache/tomcat/util/digester/Rules.java:53–53  ·  view source on GitHub ↗

Register a new Rule instance matching the specified pattern. @param pattern Nesting pattern to be matched for this Rule @param rule Rule instance to be registered

(String pattern, Rule rule)

Source from the content-addressed store, hash-verified

51 * @param rule Rule instance to be registered
52 */
53 void add(String pattern, Rule rule);
54
55
56 /**

Callers 15

UtilsClass · 0.65
addTraceMethod · 0.65
getTraceMethod · 0.65
closeMethod · 0.65
activateMethod · 0.65
activateMethod · 0.65
parseListMethod · 0.65
validatePropertyNamesMethod · 0.65
getReferenceMethod · 0.65

Implementers 1

RulesBasejava/org/apache/tomcat/util/digester/R

Calls

no outgoing calls

Tested by

no test coverage detected