public class PackageResolver
public PackageResolver(@NotNull
AemExtension aem)
public org.gradle.api.provider.Property<java.lang.String> getBundlePath()
Determines a path in JCR repository in which automatically wrapped bundles will be deployed.
public void bundleDefinition(@NotNull
kotlin.jvm.functions.Function2<? super com.cognifide.gradle.aem.common.pkg.PackageDefinition,? super com.cognifide.gradle.aem.common.bundle.BundleFile,kotlin.Unit> options)
A hook which could be used to override default properties used to generate a CRX package from OSGi bundle.
@NotNull public PackageGroup createGroup(@NotNull java.lang.String name)
@NotNull public AemExtension getAem()