Interface SourceCompiler


public interface SourceCompiler
The SourceCompiler interface is used to compile Java source files. It provides a way to submit source files for compilation and retrieve the results. The engine uses this interface as a wrapper for JavaCompiler.