MCPcopy Create free account
hub / github.com/apache/tomcat / getContainer

Method getContainer

java/org/apache/catalina/ContainerEvent.java:71–73  ·  view source on GitHub ↗

Return the Container on which this event occurred. @return The Container on which this event occurred.

()

Source from the content-addressed store, hash-verified

69 * @return The Container on which this event occurred.
70 */
71 public Container getContainer() {
72 return (Container) getSource();
73 }
74
75
76 /**

Callers 1

toStringMethod · 0.95

Calls 1

getSourceMethod · 0.45

Tested by

no test coverage detected