| net.schmizz.sshj.xfer.LocalDestFile |
Known Indirect Subclasses
|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Allows caller to express intent that caller expects to write to directory with
dirname. | |||||||||||
Allows caller to express intent that caller expects to write to file with
filename. | |||||||||||
Set the last access time for the underlying file.
| |||||||||||
Set the last modified time for the underlying file.
| |||||||||||
Set the permissions for the underlying file.
| |||||||||||
| name |
|---|
name. | IOException |
|---|
Allows caller to express intent that caller expects to write to directory with dirname. Based on this
information, an implementation may return an alternate directory to write to, which should be respected by the
caller.
| dirname |
|---|
| IOException |
|---|
Allows caller to express intent that caller expects to write to file with filename. Based on this
information, an implementation may return an alternate file to write to, which should be respected by the
caller.
| filename |
|---|
| IOException |
|---|
Set the last access time for the underlying file.
| t | Time in seconds since Unix epoch |
|---|
| IOException |
|---|
Set the last modified time for the underlying file.
| t | Time in seconds since Unix epoch |
|---|
| IOException |
|---|
Set the permissions for the underlying file.
| perms | Permissions e.g. 0644 |
|---|
| IOException |
|---|