|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.schmizz.sshj.sftp.FileAttributes
public final class FileAttributes
| Nested Class Summary | |
|---|---|
static class |
FileAttributes.Builder
|
static class |
FileAttributes.Flag
|
| Field Summary | |
|---|---|
static FileAttributes |
EMPTY
|
| Constructor Summary | |
|---|---|
FileAttributes(int mask,
long size,
int uid,
int gid,
FileMode mode,
long atime,
long mtime,
Map<String,String> ext)
|
|
| Method Summary | |
|---|---|
long |
getAtime()
|
String |
getExtended(String type)
|
int |
getGID()
|
FileMode |
getMode()
|
long |
getMtime()
|
Set<FilePermission> |
getPermissions()
|
long |
getSize()
|
FileMode.Type |
getType()
|
int |
getUID()
|
boolean |
has(FileAttributes.Flag flag)
|
byte[] |
toBytes()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final FileAttributes EMPTY
| Constructor Detail |
|---|
public FileAttributes(int mask,
long size,
int uid,
int gid,
FileMode mode,
long atime,
long mtime,
Map<String,String> ext)
| Method Detail |
|---|
public boolean has(FileAttributes.Flag flag)
public long getSize()
public int getUID()
public int getGID()
public FileMode getMode()
public Set<FilePermission> getPermissions()
public FileMode.Type getType()
public long getAtime()
public long getMtime()
public String getExtended(String type)
public byte[] toBytes()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||