public interface AnnotatedDosFileAttributeView extends DosFileAttributeView, AnnotatedBasicFileAttributeView
DosFileAttributeView.| Modifier and Type | Method and Description |
|---|---|
AnnotatedDosFileAttributes |
readAttributes() |
void |
setArchive(boolean value) |
void |
setHidden(boolean value) |
void |
setReadOnly(boolean value) |
void |
setSystem(boolean value) |
namesetCreationTime, setLastAccessTime, setLastModifiedTimesetTimesAnnotatedDosFileAttributes readAttributes() throws IOException
readAttributes in interface AnnotatedBasicFileAttributeViewreadAttributes in interface AnnotatedFileAttributeViewreadAttributes in interface BasicFileAttributeViewreadAttributes in interface DosFileAttributeViewIOException@Attribute(value="readonly") void setReadOnly(boolean value) throws IOException
setReadOnly in interface DosFileAttributeViewIOException@Attribute void setHidden(boolean value) throws IOException
setHidden in interface DosFileAttributeViewIOException@Attribute void setSystem(boolean value) throws IOException
setSystem in interface DosFileAttributeViewIOException@Attribute void setArchive(boolean value) throws IOException
setArchive in interface DosFileAttributeViewIOException