SrcToDest

data class SrcToDest(val src: String, val dst: String)

Stores a pair of source filename and destination directory for files according to their uses The source filename is a relative path (directory) reachable from the mounted context.inPaths.graderHostRoot This includes submission, template, etc.

Constructors

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

Properties

Link copied to clipboard
val dst: String
Link copied to clipboard
val src: String

Functions

Link copied to clipboard