public class RcpClient
| Modifier and Type | Class and Description |
|---|---|
static class |
RcpClient.Summary |
| Constructor and Description |
|---|
RcpClient(VltRunner runner,
Instance sourceInstance,
Instance targetInstance) |
| Modifier and Type | Method and Description |
|---|---|
void |
copy(java.lang.String sourcePath,
java.lang.String targetPath) |
long |
getCopiedPaths() |
java.lang.String |
getOpts() |
Instance |
getSourceInstance() |
org.apache.commons.lang3.time.StopWatch |
getStopWatch() |
RcpClient.Summary |
getSummary() |
Instance |
getTargetInstance() |
void |
setCopiedPaths(long p) |
void |
setOpts(java.lang.String p) |
@NotNull public java.lang.String getOpts()
public void setOpts(@NotNull
java.lang.String p)
@NotNull public org.apache.commons.lang3.time.StopWatch getStopWatch()
public long getCopiedPaths()
public void setCopiedPaths(long p)
public void copy(@NotNull
java.lang.String sourcePath,
@NotNull
java.lang.String targetPath)
@NotNull public RcpClient.Summary getSummary()
@NotNull public Instance getSourceInstance()
@NotNull public Instance getTargetInstance()