ShadowCopyAction

open class ShadowCopyAction(zipFile: File, zosProvider: (File) -> ZipOutputStream, transformers: Set<ResourceTransformer>, relocators: Set<Relocator>, unusedClasses: Set<String>, preserveFileTimestamps: Boolean, encoding: String?) : CopyAction

Modified from org.gradle.api.internal.file.archive.ZipCopyAction.java.

See also

ZipCopyAction

Constructors

Link copied to clipboard
constructor(zipFile: File, zosProvider: (File) -> ZipOutputStream, transformers: Set<ResourceTransformer>, relocators: Set<Relocator>, unusedClasses: Set<String>, preserveFileTimestamps: Boolean, encoding: String?)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun execute(stream: CopyActionProcessingStream): WorkResult