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

Method getLastModified

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

Obtain the last modified time for the JAR. @return The time (in the same format as System#currentTimeMillis()) that the resource was last modified. Returns -1 if the entry does not exist @throws IOException if an I/O error occurs while processing the JAR file

()

Source from the content-addressed store, hash-verified

59 * @throws IOException if an I/O error occurs while processing the JAR file
60 */
61 default long getLastModified() throws IOException {
62 URL jarUrl = getJarFileURL();
63 URLConnection urlConn = null;
64 try {

Callers 10

getLastModifiedMethod · 0.65
TagLibraryInfoImplMethod · 0.65
visitMethod · 0.65
compileMethod · 0.65
isOutDatedMethod · 0.65
getLastModifiedMethod · 0.65
doParseMethod · 0.65
getLastModifiedMethod · 0.65
getLastModifiedMethod · 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

no test coverage detected