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

Downloader

class Downloader

Constructors

<init>

Downloader(aem: AemExtension)

Properties

extract

Allows to disable extracting contents of download package to directory.

var extract: Boolean

extractDir

Path in which downloader JCR content will be extracted.

var extractDir: File

filter

Determines VLT filter used to grab JCR content from AEM instance.

var filter: FilterFile

instance

Determines instance from which JCR content will be downloaded.

var instance: Instance

retry

Repeat download when failed (brute-forcing).

var retry: Retry

Functions

download

fun download(): Unit