public class S3BasicFileAttributes extends Object implements BasicFileAttributes
| Constructor and Description |
|---|
S3BasicFileAttributes(String key,
FileTime lastModifiedTime,
long size,
boolean isDirectory,
boolean isRegularFile) |
| Modifier and Type | Method and Description |
|---|---|
FileTime |
creationTime() |
Object |
fileKey() |
long |
getCacheCreated() |
boolean |
isDirectory() |
boolean |
isOther() |
boolean |
isRegularFile() |
boolean |
isSymbolicLink() |
FileTime |
lastAccessTime() |
FileTime |
lastModifiedTime() |
void |
setCacheCreated(long time) |
long |
size() |
String |
toString() |
public FileTime lastModifiedTime()
lastModifiedTime in interface BasicFileAttributespublic FileTime lastAccessTime()
lastAccessTime in interface BasicFileAttributespublic FileTime creationTime()
creationTime in interface BasicFileAttributespublic boolean isRegularFile()
isRegularFile in interface BasicFileAttributespublic boolean isDirectory()
isDirectory in interface BasicFileAttributespublic boolean isSymbolicLink()
isSymbolicLink in interface BasicFileAttributespublic boolean isOther()
isOther in interface BasicFileAttributespublic long size()
size in interface BasicFileAttributespublic Object fileKey()
fileKey in interface BasicFileAttributespublic long getCacheCreated()
public void setCacheCreated(long time)
Copyright © 2018. All rights reserved.