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

Method canRead

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

Checks if this resource can be read. @return java.io.File#canRead().

()

Source from the content-addressed store, hash-verified

104 * @return {@link java.io.File#canRead()}.
105 */
106 boolean canRead();
107
108 /**
109 * Returns the webapp path of this resource.

Callers 15

serveResourceMethod · 0.95
testListenerMethod · 0.65
testServletMethod · 0.65
testDeployMethod · 0.65
checkConfMethod · 0.65
isTrailerFieldsReadyMethod · 0.65
canReadMethod · 0.65
loadMethod · 0.65
sendErrorPageMethod · 0.65
initMethod · 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 3

testListenerMethod · 0.52
testServletMethod · 0.52
testDeployMethod · 0.52