public class Sync
extends AemDefaultTask
| Modifier and Type | Class and Description |
|---|---|
static class |
Sync.Companion |
AemTask.DefaultImpls| Modifier and Type | Field and Description |
|---|---|
static Sync.Companion |
Companion |
static java.lang.String |
NAME |
| Constructor and Description |
|---|
Sync() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleaner(kotlin.jvm.functions.Function1<? super com.cognifide.gradle.aem.tooling.sync.Cleaner,kotlin.Unit> options) |
void |
downloader(kotlin.jvm.functions.Function1<? super com.cognifide.gradle.aem.tooling.sync.Downloader,kotlin.Unit> options) |
Cleaner |
getCleaner() |
java.io.File |
getContentDir()
Location of JCR content root to which content will be copied.
|
Downloader |
getDownloader() |
FilterFile |
getFilter()
Determines which content will be copied from source instance.
|
Instance |
getInstance()
Source instance from which JCR content will be copied.
|
Sync.Mode |
getMode()
Determines what need to be done (content copied and clean or something else).
|
Sync.Transfer |
getTransfer()
Determines a method of getting JCR content from remote instance.
|
VltRunner |
getVlt() |
void |
setContentDir(java.io.File p)
Location of JCR content root to which content will be copied.
|
void |
setFilter(FilterFile p)
Determines which content will be copied from source instance.
|
void |
setInstance(Instance p)
Source instance from which JCR content will be copied.
|
void |
setMode(Sync.Mode p)
Determines what need to be done (content copied and clean or something else).
|
void |
setTransfer(Sync.Transfer p)
Determines a method of getting JCR content from remote instance.
|
void |
sync() |
void |
vlt(kotlin.jvm.functions.Function1<? super com.cognifide.gradle.aem.tooling.vlt.VltRunner,kotlin.Unit> options) |
afterConfigured, afterConfigured, checkForce, getAem, projectEvaluated, projectEvaluated, projectsEvaluated, projectsEvaluated, taskGraphReady, taskGraphReadygetAem, projectEvaluated, projectsEvaluated, taskGraphReady@NotNull public static java.lang.String NAME
public static Sync.Companion Companion
@NotNull public Sync.Mode getMode()
Determines what need to be done (content copied and clean or something else).
public void setMode(@NotNull
Sync.Mode p)
Determines what need to be done (content copied and clean or something else).
@NotNull public Sync.Transfer getTransfer()
Determines a method of getting JCR content from remote instance.
public void setTransfer(@NotNull
Sync.Transfer p)
Determines a method of getting JCR content from remote instance.
@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.
@NotNull public VltRunner getVlt()
public void vlt(@NotNull
kotlin.jvm.functions.Function1<? super com.cognifide.gradle.aem.tooling.vlt.VltRunner,kotlin.Unit> options)
@NotNull public Cleaner getCleaner()
public void cleaner(@NotNull
kotlin.jvm.functions.Function1<? super com.cognifide.gradle.aem.tooling.sync.Cleaner,kotlin.Unit> options)
@NotNull public Downloader getDownloader()
public void downloader(@NotNull
kotlin.jvm.functions.Function1<? super com.cognifide.gradle.aem.tooling.sync.Downloader,kotlin.Unit> options)
public void sync()