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