Package-level declarations

Types

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

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

Link copied to clipboard
@DisableCachingByDefault(because = "Not worth caching")
abstract class LocalPluginsNormalizationTransformers @Inject constructor(fileSystemOperations: FileSystemOperations) : TransformAction<TransformParameters.None>

A transformer that adjusts the local plugin path into a nested layout if it directly contains the plugin content. This layout prevents the plugin from loading it inside the IDE.