ModuleDescriptorsPathResolver

Resolves the path to the module-descriptors.jar file used to exclude the transitive dependencies of IntelliJ Platform dependencies, such as Test Framework.

Constructors

Link copied to clipboard
constructor(platformPath: Path)

Properties

Link copied to clipboard
open override val predictions: Sequence<Pair<String, () -> Path?>>

A sequence of possible locations of the Path we're looking for.

Link copied to clipboard
open override val subject: String
Link copied to clipboard
open override val subjectInput: Path

Functions

Link copied to clipboard
open fun Sequence<Pair<String, () -> Path?>>.resolve(): Path

open override fun resolve(): Path

Resolves the Path of our subject going through all predictions sequence.