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

Method getBaseName

java/org/apache/catalina/Context.java:1480–1480  ·  view source on GitHub ↗

Returns the base name to use for WARs, directories or context.xml files for this context. @return the base name to use for WARs, directories or context.xml files for this context

()

Source from the content-addressed store, hash-verified

1478 * @return the base name to use for WARs, directories or context.xml files for this context
1479 */
1480 String getBaseName();
1481
1482 /**
1483 * Set the version of this web application - used to differentiate different versions of the same web application

Callers 15

testListenerMethod · 0.95
removeMethod · 0.95
doTestDeploymentMethod · 0.65
doTestUnpackWARMethod · 0.65
doTestCopyXMLMethod · 0.65
createDirInAppbaseMethod · 0.65
createDirXmlInAppbaseMethod · 0.65
createWarMethod · 0.65

Implementers 5

TesterContexttest/org/apache/tomcat/unittest/Tester
SelectorContextjava/org/apache/naming/SelectorContext
NamingContextjava/org/apache/naming/NamingContext.j
FailedContextjava/org/apache/catalina/startup/Faile
StandardContextjava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by 14

testListenerMethod · 0.76
doTestDeploymentMethod · 0.52
doTestUnpackWARMethod · 0.52
doTestCopyXMLMethod · 0.52
createDirInAppbaseMethod · 0.52
createDirXmlInAppbaseMethod · 0.52
createWarMethod · 0.52
testGetBaseNameMethod · 0.52