SubmissionInfo

data class SubmissionInfo(val files: Map<String, List<SubmittableFile>>)

Constructors

Link copied to clipboard
constructor(files: Map<String, List<SubmittableFile>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard

Returns the submittable files corresponding to the given language (or an empty collection if the language isn't found).

Link copied to clipboard

Returns true if there is some language in which the exercise can be submitted from the IDE.

fun isSubmittable(language: String): Boolean

Returns true if the exercise can be submitted in the given language from the IDE.