Class CompilerJRuby
java.lang.Object
org.adoptopenjdk.jitwatch.process.AbstractProcess
org.adoptopenjdk.jitwatch.process.compiler.CompilerJRuby
- All Implemented Interfaces:
ICompiler, IExternalProcess
-
Field Summary
FieldsFields inherited from class AbstractProcess
logger -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractProcess
getErrorStream, getExecutableSuffix, getLaunchScriptSuffix, getOutputStream, isWindows, makeClassPath, runCommands, runCommandsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IExternalProcess
getErrorStream, getOutputStream
-
Field Details
-
compilerPath
-
COMPILER_NAME
-
-
Constructor Details
-
CompilerJRuby
- Throws:
FileNotFoundException
-
-
Method Details
-
compile
public boolean compile(List<File> sourceFiles, List<String> classpathEntries, List<String> vmOptions, File outputDir, Map<String, String> environment, ILogListener logListener) throws IOException- Specified by:
compilein interfaceICompiler- Throws:
IOException
-