EnvPath

value class EnvPath(val pathString: String)

The path in the target build environment.

Use PathMapper to convert this path to a local Path.

Parameters

pathString

the string representation of this path.

See also

Constructors

Link copied to clipboard
constructor(path: Path)
constructor(pathString: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val EnvPath.isAbsolute: Boolean
Link copied to clipboard
@get:Contract(pure = true)
val isEmpty: Boolean
Link copied to clipboard

Functions

Link copied to clipboard
open override fun EnvPath.toLocalPath(): Result<Path>
Link copied to clipboard
open override fun toString(): String