class Downloader
<init> |
Downloader(aem: AemExtension) |
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 |
download |
fun download(): Unit |