Uses of Class
org.apache.ivy.plugins.repository.ssh.SshResource
-
Packages that use SshResource Package Description org.apache.ivy.plugins.repository.ssh -
-
Uses of SshResource in org.apache.ivy.plugins.repository.ssh
Methods in org.apache.ivy.plugins.repository.ssh that return SshResource Modifier and Type Method Description SshResource
SshRepository. resolveResource(java.lang.String source)
Fetch the needed file information for a given file (size, last modification time) and report it back in a SshResourceMethods in org.apache.ivy.plugins.repository.ssh with parameters of type SshResource Modifier and Type Method Description java.io.InputStream
SshRepository. openStream(SshResource resource)
Not really streaming...need to implement a proper streaming approach?
-