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

Method getType

java/org/apache/catalina/ContainerEvent.java:82–84  ·  view source on GitHub ↗

Return the event type of this event. @return The event type of this event. Although this is a String, it is safe to rely on the value returned by this method remaining consistent between point releases.

()

Source from the content-addressed store, hash-verified

80 * method remaining consistent between point releases.
81 */
82 public String getType() {
83 return this.type;
84 }
85
86
87 /**

Callers 1

toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected