Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ getPath
Method
getPath
java/org/apache/catalina/util/ContextName.java:152–154 ·
view source on GitHub ↗
Returns the path of this context. @return the context path
()
Source
from the content-addressed store, hash-verified
150
* @
return
the context path
151
*/
152
public
String getPath() {
153
return
path;
154
}
155
156
/**
157
* Returns the version of this context.
Callers
4
testListener
Method · 0.95
testContextNameExtractFromPath
Method · 0.95
checkUndeploy
Method · 0.95
addChild
Method · 0.95
Calls
no outgoing calls
Tested by
2
testListener
Method · 0.76
testContextNameExtractFromPath
Method · 0.76