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

Method setUnpackWARs

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

Set the unpack WARs flag. @param unpackWARs The new unpack WARs flag

(boolean unpackWARs)

Source from the content-addressed store, hash-verified

250 * @param unpackWARs The new unpack WARs flag
251 */
252 public void setUnpackWARs(boolean unpackWARs) {
253 this.unpackWARs = unpackWARs;
254 }
255
256
257 // --------------------------------------------------------- Public Methods

Callers 5

lifecycleEventMethod · 0.95
testNestedJarGetURLMethod · 0.45
testJarGetURLMethod · 0.45
testToURIMethod · 0.45

Calls

no outgoing calls

Tested by 4

testNestedJarGetURLMethod · 0.36
testJarGetURLMethod · 0.36
testToURIMethod · 0.36