Uses of Class
org.apache.sshd.scp.common.ScpLocation
-
Packages that use ScpLocation Package Description org.apache.sshd.scp.common -
-
Uses of ScpLocation in org.apache.sshd.scp.common
Methods in org.apache.sshd.scp.common with type parameters of type ScpLocation Modifier and Type Method Description static <L extends ScpLocation>
LScpLocation. update(java.lang.String spec, L location)
Parses a local or remote SCP location in the format "user@host:path" or "scp://[user@]host[:port][/path]"Methods in org.apache.sshd.scp.common that return ScpLocation Modifier and Type Method Description ScpLocation
ScpLocation. clone()
static ScpLocation
ScpLocation. parse(java.lang.String locSpec)
Parses a local or remote SCP location in the format "user@host:path" or "scp://[user@]host[:port][/path]"
-