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

Method getCreateDirs

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

Returns true if the Host will attempt to create directories for appBase and xmlBase unless they already exist. @return true if the Host will attempt to create directories

()

Source from the content-addressed store, hash-verified

227 * @return true if the Host will attempt to create directories
228 */
229 boolean getCreateDirs();
230
231
232 /**

Callers 1

beforeStartMethod · 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