public final class ClientSGAFile extends Object implements IDLEntity
| Modifier and Type | Field and Description |
|---|---|
boolean |
canExecute |
boolean |
canRead |
boolean |
canWrite |
boolean |
dir |
String |
linkPath |
String |
path |
long |
size |
boolean |
symlink |
| Constructor and Description |
|---|
ClientSGAFile() |
ClientSGAFile(boolean dir,
boolean symlink,
boolean canRead,
boolean canWrite,
boolean canExecute,
long size,
String path,
String linkPath) |
Copyright © 2016. All rights reserved.