PathMapping

data class PathMapping(val src: String, val dst: String) : ConfigVerifiable

Constructors

Link copied to clipboard
constructor(src: String, dst: String)

Properties

Link copied to clipboard
val dst: String

Destination directory within the grading volume to mount the src into.

Link copied to clipboard
val src: String

Source directory to mount the mapped directory content from.

Functions

Link copied to clipboard
open fun verifyAll()

Verifies that the required constraints of this object is met.

Link copied to clipboard
open override fun verifyImpl()

Additional checks for verifying constraints on fields which do not implement ConfigVerifiable.