Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ setWar
Method
setWar
java/org/apache/catalina/ant/DeployTask.java:163–165 ·
view source on GitHub ↗
Set the WAR file URL. @param war WAR file URL
(String war)
Source
from the content-addressed store, hash-verified
161
* @param war WAR file URL
162
*/
163
public
void
setWar(String war) {
164
this.war = war;
165
}
166
167
168
/**
Callers
1
testExecute
Method · 0.80
Calls
no outgoing calls
Tested by
1
testExecute
Method · 0.64