public class FileAttributes extends Object
Constructor and Description |
---|
FileAttributes() |
FileAttributes(SshFile file,
int flags) |
Modifier and Type | Method and Description |
---|---|
long |
getAccessTime() |
long |
getAllocationSize() |
long |
getCreateTime() |
int |
getFlags() |
String |
getGroup() |
long |
getModifyTime() |
String |
getOwner() |
int |
getPermissions() |
long |
getSize() |
byte |
getType() |
void |
setAccessTime(long accessTime) |
void |
setAllocationSize(long allocationSize) |
void |
setCreateTime(long createTime) |
void |
setModifyTime(long modifyTime) |
void |
setOwnerGroup(String owner,
String group) |
void |
setPermissions(int permissions) |
void |
setSize(long size) |
void |
setType(byte type) |
public FileAttributes()
public FileAttributes(SshFile file, int flags)
public int getFlags()
public byte getType()
public void setType(byte type)
public long getSize()
public void setSize(long size)
public long getAllocationSize()
public void setAllocationSize(long allocationSize)
public String getOwner()
public String getGroup()
public int getPermissions()
public void setPermissions(int permissions)
public long getAccessTime()
public void setAccessTime(long accessTime)
public long getModifyTime()
public void setModifyTime(long modifyTime)
public long getCreateTime()
public void setCreateTime(long createTime)
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.