CollectorTransformer

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

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

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion
Link copied to clipboard
interface Parameters : TransformParameters

Properties

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

The input artifact provided for transformation.

Functions

Link copied to clipboard
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.