com.jcraft.jsch
Class SftpATTRS
java.lang.Object
com.jcraft.jsch.SftpATTRS
public class SftpATTRS
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
S_ISUID
static final int S_ISUID
- See Also:
- Constant Field Values
S_ISGID
static final int S_ISGID
- See Also:
- Constant Field Values
S_ISVTX
static final int S_ISVTX
- See Also:
- Constant Field Values
S_IRUSR
static final int S_IRUSR
- See Also:
- Constant Field Values
S_IWUSR
static final int S_IWUSR
- See Also:
- Constant Field Values
S_IXUSR
static final int S_IXUSR
- See Also:
- Constant Field Values
S_IREAD
static final int S_IREAD
- See Also:
- Constant Field Values
S_IWRITE
static final int S_IWRITE
- See Also:
- Constant Field Values
S_IEXEC
static final int S_IEXEC
- See Also:
- Constant Field Values
S_IRGRP
static final int S_IRGRP
- See Also:
- Constant Field Values
S_IWGRP
static final int S_IWGRP
- See Also:
- Constant Field Values
S_IXGRP
static final int S_IXGRP
- See Also:
- Constant Field Values
S_IROTH
static final int S_IROTH
- See Also:
- Constant Field Values
S_IWOTH
static final int S_IWOTH
- See Also:
- Constant Field Values
S_IXOTH
static final int S_IXOTH
- See Also:
- Constant Field Values
SSH_FILEXFER_ATTR_SIZE
public static final int SSH_FILEXFER_ATTR_SIZE
- See Also:
- Constant Field Values
SSH_FILEXFER_ATTR_UIDGID
public static final int SSH_FILEXFER_ATTR_UIDGID
- See Also:
- Constant Field Values
SSH_FILEXFER_ATTR_PERMISSIONS
public static final int SSH_FILEXFER_ATTR_PERMISSIONS
- See Also:
- Constant Field Values
SSH_FILEXFER_ATTR_ACMODTIME
public static final int SSH_FILEXFER_ATTR_ACMODTIME
- See Also:
- Constant Field Values
SSH_FILEXFER_ATTR_EXTENDED
public static final int SSH_FILEXFER_ATTR_EXTENDED
- See Also:
- Constant Field Values
S_IFDIR
static final int S_IFDIR
- See Also:
- Constant Field Values
flags
int flags
size
long size
uid
int uid
gid
int gid
permissions
int permissions
atime
int atime
mtime
int mtime
extended
java.lang.String[] extended
getPermissionsString
public java.lang.String getPermissionsString()
getAtimeString
public java.lang.String getAtimeString()
getMtimeString
public java.lang.String getMtimeString()
getATTR
static SftpATTRS getATTR(Buffer buf)
length
int length()
dump
void dump(Buffer buf)
setSIZE
public void setSIZE(long size)
setUIDGID
public void setUIDGID(int uid,
int gid)
setACMODTIME
public void setACMODTIME(int atime,
int mtime)
setPERMISSIONS
public void setPERMISSIONS(int permissions)
isDir
public boolean isDir()
getFlags
public int getFlags()
getSize
public long getSize()
getUId
public int getUId()
getGId
public int getGId()
getPermissions
public int getPermissions()
getATime
public int getATime()
getMTime
public int getMTime()
getExtended
public java.lang.String[] getExtended()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright 2006 jcraft. All Rights Reserved.