open class Sync : AemDefaultTask
Mode |
enum class Mode |
Transfer |
enum class Transfer |
<init> |
Sync() |
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 |
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 |
NAME |
const val NAME: String |