public final class OverthereUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
copyFiles(com.xebialabs.overthere.OverthereConnection srcHost,
com.xebialabs.overthere.OverthereConnection dstHost,
java.util.List<java.lang.String> copySpec)
Copy files from srcHost to dstHost.
|
static com.xebialabs.overthere.ConnectionOptions |
fromQuery(java.net.URI url) |
static com.xebialabs.overthere.OverthereConnection |
overthereConnectionFromURI(java.lang.String url) |
static com.xebialabs.overthere.OverthereConnection |
overthereConnectionFromURI(java.net.URI url) |
public static com.xebialabs.overthere.ConnectionOptions fromQuery(java.net.URI url)
public static com.xebialabs.overthere.OverthereConnection overthereConnectionFromURI(java.lang.String url)
public static com.xebialabs.overthere.OverthereConnection overthereConnectionFromURI(java.net.URI url)
public static void copyFiles(com.xebialabs.overthere.OverthereConnection srcHost,
com.xebialabs.overthere.OverthereConnection dstHost,
java.util.List<java.lang.String> copySpec)