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

Method getServer

java/org/apache/catalina/startup/Catalina.java:361–363  ·  view source on GitHub ↗

Return the server component. @return the server component

()

Source from the content-addressed store, hash-verified

359 * @return the server component
360 */
361 public Server getServer() {
362 return server;
363 }
364
365
366 /**

Callers 7

testStandaloneMethod · 0.95
initMethod · 0.95
stopServerMethod · 0.95
loadMethod · 0.95
startMethod · 0.95
stopMethod · 0.95
awaitMethod · 0.95

Calls

no outgoing calls

Tested by 1

testStandaloneMethod · 0.76