BundledPluginSpec

data class BundledPluginSpec(val id: String, val folder: File) : PluginSpec

Specifies a plugin by specifying its installation folder that will be resolved against the installation of MPS.

Constructors

Link copied to clipboard
constructor(id: String, folder: File)

Properties

Link copied to clipboard
Link copied to clipboard
open override val id: String