class RcpClient
<init> |
RcpClient(aem: AemExtension) |
copiedPaths |
var copiedPaths: Long |
opts |
var opts: String |
paths |
var paths: List<String>? |
pathsFile |
var pathsFile: File? |
sourceInstance |
var sourceInstance: Instance? |
stopWatch |
val stopWatch: StopWatch |
targetInstance |
var targetInstance: Instance? |
copy |
fun copy(): Unitfun copy(pathsFile: File): Unitfun copy(paths: Sequence<String>): Unitfun copy(paths: Iterable<String>): Unitfun copy(paths: Map<String, String>): Unitfun copy(path: String): Unitfun copy(sourcePath: String, targetPath: String): Unit |
summary |
fun summary(): RcpSummary |