MarketplaceZipSignerPathResolver

class MarketplaceZipSignerPathResolver(marketplaceZipSigner: FileCollection, localPath: Provider<RegularFile>) : PathResolver

Resolves Marketplace ZIP Signer.

Parameters

marketplaceZipSigner
localPath

The local path to the Marketplace ZIP Signer file.

Constructors

Link copied to clipboard
constructor(marketplaceZipSigner: 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.