org.apache.ivy.plugins.repository.ssh
public class SshResource extends Object implements Resource
| Constructor Summary | |
|---|---|
| SshResource() | |
| SshResource(SshRepository repository, String uri) | |
| SshResource(SshRepository repository, String uri, boolean bExists, long len, long lastModified) | |
| Method Summary | |
|---|---|
| Resource | clone(String cloneName) |
| boolean | exists() |
| long | getContentLength() |
| long | getLastModified() |
| String | getName() |
| boolean | isLocal() |
| InputStream | openStream() |
| String | toString() |