CollectorTransformer

@DisableCachingByDefault(because = "Not worth caching")
abstract class CollectorTransformer : TransformAction<TransformParameters.None>

The artifact transformer collecting JAR files located within the IntelliJ Platform or plugin archives.

See also

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

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

The input artifact provided for transformation.

Link copied to clipboard
@get:Inject
abstract override val parameters: TransformParameters.None?

Functions

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

The transform action determines if the inputArtifact is the currently used IntelliJ Platform or a plugin.