Interface CompileCommand

All Known Implementing Classes:
JavaCompileCommand

public interface CompileCommand
The CompileCommand interface defines a contract for compiling student submission code.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Compiles the student submission code and returns the result of the compilation.
  • Method Details

    • compile

      boolean compile()
      Compiles the student submission code and returns the result of the compilation.
      Returns:
      true if the compilation was successful, false otherwise