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

Method start

test/org/apache/tomcat/integration/httpd/TesterHttpd.java:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 }
45
46 public void start() throws IOException, InterruptedException {
47 start(false);
48 }
49
50 public void start(boolean swallowOutput) throws IOException, InterruptedException {
51 if (p != null) {

Callers

nothing calls this directly

Calls 10

validateHttpdConfigMethod · 0.95
redirectMethod · 0.95
isHttpdReadyMethod · 0.95
isAliveMethod · 0.80
getPropertyMethod · 0.65
addMethod · 0.65
startMethod · 0.65
isEmptyMethod · 0.45
getAbsolutePathMethod · 0.45
toArrayMethod · 0.45

Tested by

no test coverage detected