class PackageResolver : Resolver<PackageGroup>
<init> |
PackageResolver(aem: AemExtension) |
aem |
val aem: AemExtension |
bundlePath |
Determines a path in JCR repository in which automatically wrapped bundles will be deployed. val bundlePath: Property<String!>! |
bundleDefinition |
A hook which could be used to override default properties used to generate a CRX package from OSGi bundle. fun bundleDefinition(options: PackageDefinition.(BundleFile) -> Unit): Unit |
createGroup |
fun createGroup(name: String): PackageGroup |