| Constructor and Description |
|---|
UrlFileInfo(URL location,
String fileName,
Instant timestamp,
MD5Checksum md5Checksum,
long size) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName() |
MD5Checksum |
getMd5Checksum() |
long |
getSize() |
Instant |
getTimestamp() |
URI |
getUri() |
public UrlFileInfo(URL location, String fileName, Instant timestamp, MD5Checksum md5Checksum, long size)
public MD5Checksum getMd5Checksum()
getMd5Checksum in interface FileInfopublic String getFileName()
getFileName in interface FileInfopublic Instant getTimestamp()
getTimestamp in interface FileInfoCopyright © 2021. All rights reserved.