public class ProjectMergingOptions
Allows to override project specific options while composing merged CRX package.
public ProjectMergingOptions()
Allows to override project specific options while composing merged CRX package.
public boolean getComposeContent()
Controls if JCR content from particular project should be taken.
public void setComposeContent(boolean p)
Controls if JCR content from particular project should be taken.
@NotNull public kotlin.jvm.functions.Function1<com.cognifide.gradle.aem.AemExtension,java.util.Collection> getComposeTasks()
Determines compose task(s) in particular project to be considered when composing merged CRX package.
public void setComposeTasks(@NotNull
kotlin.jvm.functions.Function1<? super com.cognifide.gradle.aem.AemExtension,? extends java.util.Collection<? extends com.cognifide.gradle.aem.pkg.tasks.PackageCompose>> p)
Determines compose task(s) in particular project to be considered when composing merged CRX package.
public boolean getVaultHooks()
Controls if Vault hooks from particular project should be taken.
public void setVaultHooks(boolean p)
Controls if Vault hooks from particular project should be taken.
public boolean getVaultFilters()
Controls if Vault filters from particular project should be taken.
public void setVaultFilters(boolean p)
Controls if Vault filters from particular project should be taken.
public boolean getVaultNodeTypes()
Controls if Vault Node Types from particular project should be taken.
public void setVaultNodeTypes(boolean p)
Controls if Vault Node Types from particular project should be taken.
public boolean getVaultProperties()
Controls if Vault properties (e.g hooks related) from particular project should be taken.
public void setVaultProperties(boolean p)
Controls if Vault properties (e.g hooks related) from particular project should be taken.
public boolean getBundleBuilt()
Determines if OSGi bundle built in particular project should be taken.
public void setBundleBuilt(boolean p)
Determines if OSGi bundle built in particular project should be taken.
@NotNull public kotlin.jvm.functions.Function1<com.cognifide.gradle.aem.AemExtension,java.util.Collection> getBundleTasks()
Determines JAR task(s) in particular project to be considered when composing merged CRX package.
public void setBundleTasks(@NotNull
kotlin.jvm.functions.Function1<? super com.cognifide.gradle.aem.AemExtension,? extends java.util.Collection<? extends com.cognifide.gradle.aem.bundle.tasks.BundleCompose>> p)
Determines JAR task(s) in particular project to be considered when composing merged CRX package.
public boolean getBundleDependent()
Controls if extra OSGi bundles from particular project should be taken.
public void setBundleDependent(boolean p)
Controls if extra OSGi bundles from particular project should be taken.
public boolean getPackageDependent()
Controls if nested CRX sub-packages from particular project should be taken.
public void setPackageDependent(boolean p)
Controls if nested CRX sub-packages from particular project should be taken.