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