private final class TFileSystem.FsEntryAttributes extends Object implements BasicFileAttributes
| Constructor and Description |
|---|
TFileSystem.FsEntryAttributes(TPath path) |
| Modifier and Type | Method and Description |
|---|---|
FileTime |
creationTime() |
Object |
fileKey() |
boolean |
isDirectory() |
boolean |
isOther() |
boolean |
isRegularFile() |
boolean |
isSymbolicLink() |
FileTime |
lastAccessTime() |
FileTime |
lastModifiedTime() |
long |
size() |
private final FsEntry entry
TFileSystem.FsEntryAttributes(TPath path) throws IOException
IOExceptionpublic FileTime creationTime()
creationTime in interface BasicFileAttributespublic Object fileKey()
fileKey in interface BasicFileAttributesUnsupportedOperationException - alwayspublic boolean isDirectory()
isDirectory in interface BasicFileAttributespublic boolean isOther()
isOther in interface BasicFileAttributespublic boolean isRegularFile()
isRegularFile in interface BasicFileAttributespublic boolean isSymbolicLink()
isSymbolicLink in interface BasicFileAttributespublic FileTime lastAccessTime()
lastAccessTime in interface BasicFileAttributespublic FileTime lastModifiedTime()
lastModifiedTime in interface BasicFileAttributespublic long size()
size in interface BasicFileAttributesCopyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.