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

Method getUndeployOldVersions

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

Get whether the Host is configured to automatically undeploy old versions of applications deployed using parallel deployment. This only takes effect if #getAutoDeploy() also returns true. @return the undeploy old versions flag

()

Source from the content-addressed store, hash-verified

244 * @return the undeploy old versions flag
245 */
246 boolean getUndeployOldVersions();
247
248
249 /**

Callers 1

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