|
Secure iNet Factory | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jscape.filetransfer.FileTransferRemoteFile
Represents a file returned in a remote directory listing.
| Constructor Summary | |
FileTransferRemoteFile()
|
|
| Method Summary | |
java.util.Date |
getFileDate()
Gets the last modified date file. |
java.lang.String |
getFilename()
Gets filename. |
long |
getFilesize()
Gets filesize. |
java.lang.String |
getLinkTarget()
Gets target of symbolic link. |
boolean |
isDirectory()
Checks if remote file is a directory. |
boolean |
isHidden()
Checks if the filename is a hidden filename by checking to see if filename begins with a period. |
boolean |
isLink()
Checks if remote files is a symbolic link. |
boolean |
isReadable()
Checks if filename is readable. |
boolean |
isWritable()
Checks if filename is writable. |
void |
setReadable(boolean value)
Sets filename "readable" flag. |
void |
setWritable(boolean value)
Sets filename "writable" flag. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FileTransferRemoteFile()
| Method Detail |
public boolean isDirectory()
public java.lang.String getFilename()
public long getFilesize()
public boolean isLink()
public java.lang.String getLinkTarget()
public boolean isHidden()
public boolean isReadable()
true if filename is readable;
public void setReadable(boolean value)
value - if true filename will be marked as readable.public boolean isWritable()
true if filename is writable;
public void setWritable(boolean value)
value - if true filename will be marked as writablepublic java.util.Date getFileDate()
|
Secure iNet Factory | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||