boolean |
SftpFileAttributes.isAppendOnly() |
boolean |
SftpFileAttributes.isArchive() |
boolean |
SftpFileAttributes.isAttributeBitSet(long attributeBit) |
boolean |
SftpFileAttributes.isCaseInsensitive() |
boolean |
SftpFileAttributes.isCompressed() |
boolean |
SftpFileAttributes.isEncrypted() |
boolean |
SftpFileAttributes.isHidden() |
boolean |
SftpFileAttributes.isImmutable() |
boolean |
SftpFileAttributes.isReadOnly() |
boolean |
SftpFileAttributes.isSparse() |
boolean |
SftpFileAttributes.isSync() |
boolean |
SftpFileAttributes.isSystem() |
void |
SftpFileAttributes.setAppendOnly(boolean value) |
void |
SftpFileAttributes.setArchive(boolean value) |
void |
SftpFileAttributes.setCaseSensitive(boolean value) |
void |
SftpFileAttributes.setCompressed(boolean value) |
void |
SftpFileAttributes.setEncrypted(boolean value) |
void |
SftpFileAttributes.setHidden(boolean value) |
void |
SftpFileAttributes.setImmutable(boolean value) |
void |
SftpFileAttributes.setReadOnly(boolean value) |
void |
SftpFileAttributes.setSparse(boolean value) |
void |
SftpFileAttributes.setSync(boolean value) |
void |
SftpFileAttributes.setSystem(boolean value) |