Class LastUpdatedFile
java.lang.Object
org.stianloader.picoresolve.internal.meta.LastUpdatedFile
The *.lastUpdated file are files generated by the maven resolver to describe when a file was fetched from the
remote repository the last time.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLastFetchTime(String repoURL) booleanhasErrored(String repoURL) static LastUpdatedFileupdateEntryErrored(String repo, String error, long updateTime) updateEntrySuccess(String repo, long updateTime) void
-
Constructor Details
-
LastUpdatedFile
public LastUpdatedFile()
-
-
Method Details
-
updateEntryErrored
-
updateEntrySuccess
-
hasErrored
-
getLastFetchTime
-
tryParse
-
write
-