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

Method isCopyXML

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

Get the copy XML config file flag for this component. @return the copy XML flag

()

Source from the content-addressed store, hash-verified

218 * @return the copy XML flag
219 */
220 public boolean isCopyXML() {
221 return this.copyXML;
222 }
223
224
225 /**

Callers 3

deployDirectoryMethod · 0.95
lifecycleEventMethod · 0.45
deployWARMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected