aem-plugin / com.cognifide.gradle.aem.tooling.rcp / RcpClient

RcpClient

class RcpClient

Constructors

<init>

RcpClient(aem: AemExtension)

Properties

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?

Functions

copy

fun copy(): Unit
fun copy(pathsFile: File): Unit
fun copy(paths: Sequence<String>): Unit
fun copy(paths: Iterable<String>): Unit
fun copy(paths: Map<String, String>): Unit
fun copy(path: String): Unit
fun copy(sourcePath: String, targetPath: String): Unit

summary

fun summary(): RcpSummary