com.ssh.sft
Class SymLink
java.lang.Object
com.ssh.sft.SftLib
com.ssh.sft.SftBase
com.ssh.sft.File
com.ssh.sft.SymLink
- All Implemented Interfaces:
- SftLibConstants, com.ssh.sft.SshSftFileType
- public class SymLink
- extends File
A symbolic link. Symbolic links are files that contain only a
reference to another file.
|
Method Summary |
Location |
readLink()
Returns the location that this link references. |
| Methods inherited from class com.ssh.sft.File |
copy, copy, getAttributes, getGroup, getLocation, getOwner, getPath, getSession, getSize, getURI, move, remove, rename, setAttributes |
SymLink
public SymLink()
readLink
public Location readLink()
throws SftException
- Returns the location that this link references.
- Returns:
- the location that this link references
- Throws:
SftException