public class Sync
extends AemDefaultTask
@NotNull public static java.lang.String NAME
public static com.cognifide.gradle.aem.tooling.sync.Sync.Companion Companion
@NotNull public com.cognifide.gradle.aem.tooling.sync.Sync.Mode getMode()
Determines what need to be done (content copied and clean or something else).
public void setMode(@NotNull
com.cognifide.gradle.aem.tooling.sync.Sync.Mode p)
Determines what need to be done (content copied and clean or something else).
public void mode(@NotNull
java.lang.String name)
@NotNull public com.cognifide.gradle.aem.tooling.sync.Sync.Transfer getTransfer()
Determines a method of getting JCR content from remote instance.
public void setTransfer(@NotNull
com.cognifide.gradle.aem.tooling.sync.Sync.Transfer p)
Determines a method of getting JCR content from remote instance.
public void transfer(@NotNull
java.lang.String name)
@NotNull public Instance getInstance()
Source instance from which JCR content will be copied.
public void setInstance(@NotNull
Instance p)
Source instance from which JCR content will be copied.
@NotNull public FilterFile getFilter()
Determines which content will be copied from source instance.
public void setFilter(@NotNull
FilterFile p)
Determines which content will be copied from source instance.
@NotNull public java.io.File getContentDir()
Location of JCR content root to which content will be copied.
public void setContentDir(@NotNull
java.io.File p)
Location of JCR content root to which content will be copied.
public void vlt(@NotNull
kotlin.jvm.functions.Function1<? super com.cognifide.gradle.aem.tooling.vlt.VltClient,kotlin.Unit> options)
public void cleaner(@NotNull
kotlin.jvm.functions.Function1<? super com.cognifide.gradle.aem.tooling.sync.Cleaner,kotlin.Unit> options)
public void downloader(@NotNull
kotlin.jvm.functions.Function1<? super com.cognifide.gradle.aem.tooling.sync.Downloader,kotlin.Unit> options)
public void sync()