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

Method setWebappVersion

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

Set the version of this web application - used to differentiate different versions of the same web application when using parallel deployment. @param webappVersion The webapp version associated with the context, which should be unique

(String webappVersion)

Source from the content-addressed store, hash-verified

1486 * @param webappVersion The webapp version associated with the context, which should be unique
1487 */
1488 void setWebappVersion(String webappVersion);
1489
1490 /**
1491 * Returns the version of this web application, used to differentiate different versions of the same web application

Callers 4

testListenerMethod · 0.95
deployDescriptorMethod · 0.95
deployWARMethod · 0.95
deployDirectoryMethod · 0.95

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 1

testListenerMethod · 0.76