ExecutableResolver

open class ExecutableResolver(val fs: SyncIO)

Inheritors

Constructors

Link copied to clipboard
constructor(fs: SyncIO)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val fs: SyncIO

Functions

Link copied to clipboard
fun findInPaths(exec: String, paths: List<String>): String?