toggle menu
zinc-grader
2024.01.99
jvm
switch theme
search in API
docker-runner
/
dev.ust.zinc.grader.pipeline.docker
/
StdioTest
/
InputSrc
Input
Src
sealed
class
InputSrc
Inheritors
Literal
Path
Members
Constructors
Input
Src
Link copied to clipboard
protected
constructor
(
)
Types
Literal
Link copied to clipboard
data
class
Literal
(
val
literal
:
String
)
:
StdioTest.InputSrc
Path
Link copied to clipboard
data
class
Path
(
val
path
:
String
)
:
StdioTest.InputSrc
Functions
select
Src
To
Link copied to clipboard
fun
selectSrcTo
(
literalAction
:
(
String
)
->
String
,
pathAction
:
(
String
)
->
String
)
:
String
Does action based on whether the
InputSrc
is
Literal
or
Path