toggle menu
zinc-grader
2024.01.99
jvm
switch theme
search in API
runner-api
/
dev.ust.zinc.grader.model
/
MountedPaths
Mounted
Paths
data
class
MountedPaths
(
val
graderHostRoot
:
Path
,
val
envHostRoot
:
Path
)
Stores a pair of mounted paths between the localhost and the host
Members
Constructors
Mounted
Paths
Link copied to clipboard
constructor
(
graderHostRoot
:
String
,
envHostRoot
:
String
)
constructor
(
graderHostRoot
:
Path
,
envHostRoot
:
Path
)
Properties
env
Host
Root
Link copied to clipboard
val
envHostRoot
:
Path
grader
Host
Root
Link copied to clipboard
val
graderHostRoot
:
Path