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

Method setCopyXML

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

Set the copy XML config file flag for this component. @param copyXML The new copy XML flag

(boolean copyXML)

Source from the content-addressed store, hash-verified

228 * @param copyXML The new copy XML flag
229 */
230 public void setCopyXML(boolean copyXML) {
231
232 this.copyXML = copyXML;
233
234 }
235
236
237 /**

Calls

no outgoing calls