Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tomcat
/ delete
Method
delete
java/org/apache/catalina/WebResource.java:78–78 ·
view source on GitHub ↗
Deletes this resource. @return java.io.File#delete().
()
Source
from the content-addressed store, hash-verified
76
* @
return
{@link java.io.File#delete()}.
77
*/
78
boolean delete();
79
80
/**
81
* Returns the name of this resource.
Callers
13
deleteResource
Method · 0.95
deleteCollection
Method · 0.95
doDelete
Method · 0.95
mergeIntoWebXml
Method · 0.65
stripSession
Method · 0.65
install
Method · 0.65
generateJava
Method · 0.65
removeGeneratedFiles
Method · 0.65
removeGeneratedClassFiles
Method · 0.65
generateClass
Method · 0.65
generateClass
Method · 0.65
generateClass
Method · 0.65
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
no test coverage detected