IntelliJPluginVerifierPathResolver

class IntelliJPluginVerifierPathResolver(intellijPluginVerifier: FileCollection, localPath: Provider<RegularFile>) : PathResolver

Resolves the path to the IntelliJ Plugin Verifier executable.

Constructors

Link copied to clipboard
constructor(intellijPluginVerifier: FileCollection, localPath: Provider<RegularFile>)

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: String

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.