aem-plugin / com.cognifide.gradle.aem.pkg.tasks / PackageCompose / fromZip

fromZip

fun fromZip(dependencyOptions: DependencyOptions.() -> Unit, storagePath: String? = null, vaultFilter: Boolean? = null): Unit
fun fromZip(dependencyNotation: String, storagePath: String? = null, vaultFilter: Boolean? = null): Unit
fun fromZip(dependencyNotation: Any, storagePath: String? = null, vaultFilter: Boolean? = null): Unit
fun fromZip(zip: File, packagePath: String? = null, vaultFilter: Boolean? = null): Unit