aem-plugin / com.cognifide.gradle.aem.tooling.sync / Sync

Sync

open class Sync : AemDefaultTask

Types

Mode

enum class Mode

Transfer

enum class Transfer

Constructors

<init>

Sync()

Properties

contentDir

Location of JCR content root to which content will be copied.

var contentDir: File

filter

Determines which content will be copied from source instance.

var filter: FilterFile

instance

Source instance from which JCR content will be copied.

var instance: Instance

mode

Determines what need to be done (content copied and clean or something else).

var mode: Mode

transfer

Determines a method of getting JCR content from remote instance.

var transfer: Transfer

Functions

cleaner

fun cleaner(options: Cleaner.() -> Unit): Unit

downloader

fun downloader(options: Downloader.() -> Unit): Unit

mode

fun mode(name: String): Unit

sync

fun sync(): Unit

transfer

fun transfer(name: String): Unit

vlt

fun vlt(options: VltClient.() -> Unit): Unit

Companion Object Properties

NAME

const val NAME: String