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

Method getAutoDeploy

java/org/apache/catalina/Host.java:143–143  ·  view source on GitHub ↗

Get the value of the auto deploy flag. If true, it indicates that this host's child webapps should be discovered and automatically deployed dynamically. @return the auto deploy flag

()

Source from the content-addressed store, hash-verified

141 * @return the auto deploy flag
142 */
143 boolean getAutoDeploy();
144
145
146 /**

Callers 2

checkResourcesMethod · 0.65
checkMethod · 0.65

Implementers 2

TesterHosttest/org/apache/tomcat/unittest/Tester
StandardHostjava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by

no test coverage detected