Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tomcat
/ isFile
Method
isFile
java/org/apache/catalina/WebResource.java:71–71 ·
view source on GitHub ↗
Checks if this resource is a file. @return java.io.File#isFile().
()
Source
from the content-addressed store, hash-verified
69
* @
return
{@link java.io.File#isFile()}.
70
*/
71
boolean isFile();
72
73
/**
74
* Deletes this resource.
Callers
15
testGetResourceFile
Method · 0.95
testBloomFilterWithJarResource
Method · 0.95
resolveResource
Method · 0.95
internalMapWrapper
Method · 0.95
getTomcatWebXmlFragment
Method · 0.95
findCGI
Method · 0.95
doPropfind
Method · 0.95
copyResource
Method · 0.95
executePartialPut
Method · 0.95
serveResource
Method · 0.95
getAvailablePrecompressedResources
Method · 0.95
renderXml
Method · 0.95
Implementers
3
CachedResource
java/org/apache/catalina/webresources/
AbstractResource
java/org/apache/catalina/webresources/
EmptyResource
java/org/apache/catalina/webresources/
Calls
no outgoing calls
Tested by
13
testGetResourceFile
Method · 0.76
testBloomFilterWithJarResource
Method · 0.76
setUp
Method · 0.52
doTestDirectory
Method · 0.52
doTestDelete
Method · 0.52
doTestDeployment
Method · 0.52
doTestModify
Method · 0.52
doTestAddition
Method · 0.52
doTestBrokenAppWithAntiLocking
Method · 0.52
doTestCopyXML
Method · 0.52
cleanup
Method · 0.52
findLogFile
Method · 0.52