ExtractorTransformer

@DisableCachingByDefault(because = "Not worth caching")
abstract class ExtractorTransformer @Inject constructor(archiveOperations: ArchiveOperations, execOperations: ExecOperations, objectFactory: ObjectFactory, fileSystemOperations: FileSystemOperations) : TransformAction<TransformParameters.None>

A transformer used for extracting files from archive artifacts.

Constructors

Link copied to clipboard
@Inject
constructor(archiveOperations: ArchiveOperations, execOperations: ExecOperations, objectFactory: ObjectFactory, fileSystemOperations: FileSystemOperations)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@get:InputArtifact
@get:Classpath
abstract val inputArtifact: Provider<FileSystemLocation>

Functions

Link copied to clipboard
@Inject
abstract fun getParameters(): TransformParameters.None
Link copied to clipboard
open override fun transform(outputs: TransformOutputs)