public interface AnnotatedDosFileAttributes extends DosFileAttributes, AnnotatedBasicFileAttributes
DosFileAttributes
.Modifier and Type | Method and Description |
---|---|
boolean |
isArchive() |
boolean |
isHidden() |
boolean |
isReadOnly() |
boolean |
isSystem() |
creationTime, fileKey, isDirectory, isOther, isRegularFile, isSymbolicLink, lastAccessTime, lastModifiedTime, size
@Attribute(value="readonly") boolean isReadOnly()
isReadOnly
in interface DosFileAttributes
@Attribute(value="hidden") boolean isHidden()
isHidden
in interface DosFileAttributes
@Attribute(value="archive") boolean isArchive()
isArchive
in interface DosFileAttributes
@Attribute(value="system") boolean isSystem()
isSystem
in interface DosFileAttributes