|
Class Summary |
| CompileResult |
The process result for a compilation process. |
| DiffExecutor |
Executes a diff comparison on the standard output of a submission. |
| ExecutionResult |
Represents the execution process for a submission. |
| Grader |
This class compiles, executes and generates a diff file for a given
submission. |
| GradingThread |
A thread for listening to a competition manager for submissions to grade |
| ProcessResult |
Represents the result of spawning a new external process. |
| Sandbox |
Deprecated. |
| StreamWriter |
This class handles a writing a process's output stream (std or err) to file
and copying it into the database for the submission. |
| Tester |
Pipes test cases to a running submission |