public interface VersionedFileAttributeView extends FileAttributeView
| Modifier and Type | Method and Description |
|---|---|
VersionedFileAttributes |
readAttributes() |
void |
setComment(int version,
String comment) |
void |
setDefaultVersion(int version) |
void |
setHidden(int version,
boolean hidden) |
nameVersionedFileAttributes readAttributes() throws IOException
IOExceptionvoid setDefaultVersion(int version)
throws IOException
IOExceptionvoid setComment(int version,
String comment)
throws IOException
IOExceptionvoid setHidden(int version,
boolean hidden)
throws IOException
IOExceptionCopyright © 2021 LSST. All rights reserved.