private static final class TFileSystemProvider.FsEntryAttributes extends Object implements java.nio.file.attribute.BasicFileAttributes
| Constructor and Description |
|---|
TFileSystemProvider.FsEntryAttributes(TPath path) |
| Modifier and Type | Method and Description |
|---|---|
java.nio.file.attribute.FileTime |
creationTime() |
Object |
fileKey() |
boolean |
isDirectory() |
boolean |
isOther() |
boolean |
isRegularFile() |
boolean |
isSymbolicLink() |
java.nio.file.attribute.FileTime |
lastAccessTime() |
java.nio.file.attribute.FileTime |
lastModifiedTime() |
long |
size() |
private final FsEntry e
TFileSystemProvider.FsEntryAttributes(TPath path) throws IOException
IOExceptionpublic java.nio.file.attribute.FileTime lastModifiedTime()
lastModifiedTime in interface java.nio.file.attribute.BasicFileAttributespublic java.nio.file.attribute.FileTime lastAccessTime()
lastAccessTime in interface java.nio.file.attribute.BasicFileAttributespublic java.nio.file.attribute.FileTime creationTime()
creationTime in interface java.nio.file.attribute.BasicFileAttributespublic boolean isRegularFile()
isRegularFile in interface java.nio.file.attribute.BasicFileAttributespublic boolean isDirectory()
isDirectory in interface java.nio.file.attribute.BasicFileAttributespublic boolean isSymbolicLink()
isSymbolicLink in interface java.nio.file.attribute.BasicFileAttributespublic boolean isOther()
isOther in interface java.nio.file.attribute.BasicFileAttributespublic long size()
size in interface java.nio.file.attribute.BasicFileAttributespublic Object fileKey()
fileKey in interface java.nio.file.attribute.BasicFileAttributesCopyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.