private final class TFileSystem.FsEntryAttributeView extends Object implements BasicFileAttributeView
| Constructor and Description |
|---|
TFileSystem.FsEntryAttributeView(TPath path) |
| Modifier and Type | Method and Description |
|---|---|
String |
name() |
BasicFileAttributes |
readAttributes() |
void |
setTimes(FileTime lastModifiedTime,
FileTime lastAccessTime,
FileTime createTime) |
private final TPath path
TFileSystem.FsEntryAttributeView(TPath path)
public String name()
name in interface AttributeViewname in interface BasicFileAttributeViewpublic BasicFileAttributes readAttributes() throws IOException
readAttributes in interface BasicFileAttributeViewIOExceptionpublic void setTimes(FileTime lastModifiedTime, FileTime lastAccessTime, FileTime createTime) throws IOException
setTimes in interface BasicFileAttributeViewIOExceptionCopyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.