Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tomcat
/ isDirectory
Method
isDirectory
java/org/apache/catalina/WebResource.java:64–64 ·
view source on GitHub ↗
Checks if this resource is a directory. @return java.io.File#isDirectory().
()
Source
from the content-addressed store, hash-verified
62
* @
return
{@link java.io.File#isDirectory()}.
63
*/
64
boolean isDirectory();
65
66
/**
67
* Checks
if
this resource is a file.
Callers
15
doTestGetResourceRoot
Method · 0.95
testGetResourceDirWithoutTrailingFileSeperator
Method · 0.95
testGetResourceDirWithTrailingFileSeperator
Method · 0.95
testBloomFilterWithDirectoryVerifyCleanup
Method · 0.95
testPurgedBloomFilterWithDirectoryVerifyCleanup
Method · 0.95
resolveResource
Method · 0.95
internalMapWrapper
Method · 0.95
getRealPath
Method · 0.95
resourcesStart
Method · 0.95
getInputStream
Method · 0.95
getInputStream
Method · 0.95
determineMethodsAllowed
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
15
doTestGetResourceRoot
Method · 0.76
testGetResourceDirWithoutTrailingFileSeperator
Method · 0.76
testGetResourceDirWithTrailingFileSeperator
Method · 0.76
testBloomFilterWithDirectoryVerifyCleanup
Method · 0.76
testPurgedBloomFilterWithDirectoryVerifyCleanup
Method · 0.76
doTestDirectory
Method · 0.52
start
Method · 0.52
getLogDir
Method · 0.52
contextValidationWithInvalidWebXml
Method · 0.52
contextValidationWithValidWebXml
Method · 0.52
setUpPerTestClass
Method · 0.52
assertHttpOkOnAddress
Method · 0.52