public class NativeImageBuildLocalRunner extends NativeImageBuildRunner
| Constructor and Description |
|---|
NativeImageBuildLocalRunner(String nativeImageExecutable) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanupServer(File outputDir,
boolean processInheritIODisabled) |
protected String[] |
getBuildCommand(List<String> args) |
protected String[] |
getGraalVMVersionCommand(List<String> args) |
build, getGraalVMVersion, postBuild, preBuild, setuppublic NativeImageBuildLocalRunner(String nativeImageExecutable)
public void cleanupServer(File outputDir, boolean processInheritIODisabled) throws InterruptedException, IOException
cleanupServer in class NativeImageBuildRunnerInterruptedExceptionIOExceptionprotected String[] getGraalVMVersionCommand(List<String> args)
getGraalVMVersionCommand in class NativeImageBuildRunnerprotected String[] getBuildCommand(List<String> args)
getBuildCommand in class NativeImageBuildRunnerCopyright © 2021 JBoss by Red Hat. All rights reserved.