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

Method getCanonicalPath

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

Returns the canonical path of this resource. @return java.io.File#getCanonicalPath().

()

Source from the content-addressed store, hash-verified

97 * @return {@link java.io.File#getCanonicalPath()}.
98 */
99 String getCanonicalPath();
100
101 /**
102 * Checks if this resource can be read.

Callers 15

getRealPathMethod · 0.95
findCGIMethod · 0.95
getPathMethod · 0.65
testBug57556aMethod · 0.65
testBug57556bMethod · 0.65
setUpClassMethod · 0.65
testGetSpecialsMethod · 0.65
setUrirootMethod · 0.65
initClassLoaderMethod · 0.65
locateUriRootMethod · 0.65

Implementers 3

CachedResourcejava/org/apache/catalina/webresources/
AbstractResourcejava/org/apache/catalina/webresources/
EmptyResourcejava/org/apache/catalina/webresources/

Calls

no outgoing calls

Tested by 7

getPathMethod · 0.52
testBug57556aMethod · 0.52
testBug57556bMethod · 0.52
setUpClassMethod · 0.52
testGetSpecialsMethod · 0.52