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

Method getAppBaseFile

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

Get an absolute File for the appBase of this Host. The file will be canonical if possible. There is no guarantee that the appBase exists. @return the application base file

()

Source from the content-addressed store, hash-verified

97 * @return the application base file
98 */
99 File getAppBaseFile();
100
101
102 /**

Callers 15

addWebappMethod · 0.95
fixDocBaseMethod · 0.95
antiLockingMethod · 0.95
createDirInAppbaseMethod · 0.65
createDirXmlInAppbaseMethod · 0.65
createWarMethod · 0.65
testBug46243Method · 0.65
testBug57556aMethod · 0.65
testBug57556bMethod · 0.65

Implementers 2

TesterHosttest/org/apache/tomcat/unittest/Tester
StandardHostjava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by 9

createDirInAppbaseMethod · 0.52
createDirXmlInAppbaseMethod · 0.52
createWarMethod · 0.52
testBug46243Method · 0.52
testBug57556aMethod · 0.52
testBug57556bMethod · 0.52