Class RuntimeGroovy
java.lang.Object
org.adoptopenjdk.jitwatch.process.AbstractProcess
org.adoptopenjdk.jitwatch.process.runtime.RuntimeGroovy
- All Implemented Interfaces:
IExternalProcess,IRuntime
-
Field Summary
FieldsFields inherited from class org.adoptopenjdk.jitwatch.process.AbstractProcess
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidaddGroovyJars(List<String> classpathEntries) booleanexecute(Path workingDir, String className, List<String> classpathEntries, List<String> vmOptions, Map<String, String> environment, ILogListener logListener) getClassForTriView(File fileToRun) getClassToExecute(File fileToRun) 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
-
runtimePath
-
groovyLibDir
-
RUNTIME_NAME
-
-
Constructor Details
-
RuntimeGroovy
- Throws:
FileNotFoundException
-
-
Method Details
-
addGroovyJars
-
execute
-
getClassToExecute
- Specified by:
getClassToExecutein interfaceIRuntime
-
getClassForTriView
- Specified by:
getClassForTriViewin interfaceIRuntime
-