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) |
name
setCreationTime, setLastAccessTime, setLastModifiedTime
setTimes
AnnotatedDosFileAttributes readAttributes() throws IOException
readAttributes
in interface AnnotatedBasicFileAttributeView
readAttributes
in interface AnnotatedFileAttributeView
readAttributes
in interface BasicFileAttributeView
readAttributes
in interface DosFileAttributeView
IOException
@Attribute(value="readonly") void setReadOnly(boolean value) throws IOException
setReadOnly
in interface DosFileAttributeView
IOException
@Attribute void setHidden(boolean value) throws IOException
setHidden
in interface DosFileAttributeView
IOException
@Attribute void setSystem(boolean value) throws IOException
setSystem
in interface DosFileAttributeView
IOException
@Attribute void setArchive(boolean value) throws IOException
setArchive
in interface DosFileAttributeView
IOException