MCPcopy Create free account
hub / github.com/apache/ant / setFileLastModified

Method setFileLastModified

src/main/org/apache/tools/ant/util/FileUtils.java:614–616  ·  view source on GitHub ↗

Calls File.setLastModified(long time). Originally written to to dynamically bind to that call on Java1.2+. @param file the file whose modified time is to be set @param time the time to which the last modified time is to be set. if this is -1, the current time is used.

(File file, long time)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 11

touchMethod · 0.45
processFileMethod · 0.45
updateTimeStampMethod · 0.45
signOneJarMethod · 0.45
processFileMethod · 0.45
extractFileMethod · 0.45
doReplaceMethod · 0.45
getFileMethod · 0.45
setLastModifiedMethod · 0.45
getFileMethod · 0.45
getFileMethod · 0.45

Calls 1

setLastModifiedMethod · 0.95

Tested by

no test coverage detected