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

Method toString

java/org/apache/catalina/ContainerEvent.java:90–93  ·  view source on GitHub ↗

Return a string representation of this event.

()

Source from the content-addressed store, hash-verified

88 * Return a string representation of this event.
89 */
90 @Override
91 public String toString() {
92 return "ContainerEvent['" + getContainer() + "','" + getType() + "','" + getData() + "']";
93 }
94}

Callers

nothing calls this directly

Calls 3

getContainerMethod · 0.95
getTypeMethod · 0.95
getDataMethod · 0.95

Tested by

no test coverage detected