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

Method setDeployXML

java/org/apache/catalina/startup/HostConfig.java:210–212  ·  view source on GitHub ↗

Set the deploy XML config file flag for this component. @param deployXML The new deploy XML flag

(boolean deployXML)

Source from the content-addressed store, hash-verified

208 * @param deployXML The new deploy XML flag
209 */
210 public void setDeployXML(boolean deployXML) {
211 this.deployXML = deployXML;
212 }
213
214
215 /**

Callers 1

lifecycleEventMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected