org.apache.ivy.plugins.repository.ssh

Class SshResource

public class SshResource extends Object implements Resource

Resource for SSH Ivy Repository
Constructor Summary
SshResource()
SshResource(SshRepository repository, String uri)
SshResource(SshRepository repository, String uri, boolean bExists, long len, long lastModified)
Method Summary
Resourceclone(String cloneName)
booleanexists()
longgetContentLength()
longgetLastModified()
StringgetName()
booleanisLocal()
InputStreamopenStream()
StringtoString()

Constructor Detail

SshResource

public SshResource()

SshResource

public SshResource(SshRepository repository, String uri)

SshResource

public SshResource(SshRepository repository, String uri, boolean bExists, long len, long lastModified)

Method Detail

clone

public Resource clone(String cloneName)

exists

public boolean exists()

getContentLength

public long getContentLength()

getLastModified

public long getLastModified()

getName

public String getName()

isLocal

public boolean isLocal()

openStream

public InputStream openStream()

toString

public String toString()