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

Method exists

java/org/apache/tomcat/Jar.java:99–99  ·  view source on GitHub ↗

Determine if the given resource in present in the JAR. @param name Entry to look for @return true if the entry is present in the JAR, otherwise false @throws IOException if an I/O error occurs while processing the JAR file

(String name)

Source from the content-addressed store, hash-verified

97 * @throws IOException if an I/O error occurs while processing the JAR file
98 */
99 boolean exists(String name) throws IOException;
100
101 /**
102 * Close any resources associated with this JAR.

Callers 15

lifecycleEventMethod · 0.65
verifyMethod · 0.65
removeMethod · 0.65
testCVE_2019_0232Method · 0.65
startMethod · 0.65
testRenameOnRotateMethod · 0.65
testMaxDaysCleanupMethod · 0.65
testCheckExistsMethod · 0.65
awaitFileMethod · 0.65
setUpMethod · 0.65
testAnnotationMethod · 0.65

Implementers 3

ReferenceCountedJarjava/org/apache/tomcat/util/scan/Refer
JarFileUrlJarjava/org/apache/tomcat/util/scan/JarFi
AbstractInputStreamJarjava/org/apache/tomcat/util/scan/Abstr

Calls

no outgoing calls

Tested by 15

verifyMethod · 0.52
removeMethod · 0.52
testCVE_2019_0232Method · 0.52
startMethod · 0.52
testRenameOnRotateMethod · 0.52
testMaxDaysCleanupMethod · 0.52
testCheckExistsMethod · 0.52
awaitFileMethod · 0.52
setUpMethod · 0.52
testAnnotationMethod · 0.52