Interface ICompiler
- All Superinterfaces:
IExternalProcess
- All Known Implementing Classes:
CompilerGroovy, CompilerJava, CompilerJavaScript, CompilerJRuby, CompilerKotlin, CompilerScala
-
Method Summary
Methods inherited from interface IExternalProcess
getErrorStream, getOutputStream
-
Method Details
-
compile
boolean compile(List<File> sourceFiles, List<String> classpathEntries, List<String> vmOptions, File outputDir, Map<String, String> environment, ILogListener logListener) throws IOException- Throws:
IOException
-