Interface CompileStrategy


public interface CompileStrategy
Strategy for runtime compiled languages and DSLs.
Since:
4.3
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
    Work directory for compiler.
    void
    setWorkDir(String compileWorkDir)
    Work directory for compiler.
  • Method Details

    • getWorkDir

      @Nullable String getWorkDir()
      Work directory for compiler. Can be used to write compiled classes or other resources.
    • setWorkDir

      void setWorkDir(String compileWorkDir)
      Work directory for compiler. Can be used to write compiled classes or other resources.