Class CompilerJavaScript
java.lang.Object
org.adoptopenjdk.jitwatch.process.AbstractProcess
org.adoptopenjdk.jitwatch.process.compiler.CompilerJavaScript
- All Implemented Interfaces:
ICompiler,IExternalProcess
-
Field Summary
FieldsFields inherited from class org.adoptopenjdk.jitwatch.process.AbstractProcess
logger -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.adoptopenjdk.jitwatch.process.AbstractProcess
getErrorStream, getExecutableSuffix, getLaunchScriptSuffix, getOutputStream, isWindows, makeClassPath, runCommands, runCommandsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.adoptopenjdk.jitwatch.process.IExternalProcess
getErrorStream, getOutputStream
-
Field Details
-
compilerPath
-
COMPILER_NAME
- See Also:
-
-
Constructor Details
-
CompilerJavaScript
- 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
-