Package org.graalvm.buildtools
Class Utils
- java.lang.Object
- 
- org.graalvm.buildtools.Utils
 
- 
- All Implemented Interfaces:
- org.graalvm.buildtools.utils.SharedConstants
 
 public abstract class Utils extends java.lang.Object implements org.graalvm.buildtools.utils.SharedConstantsUtility class containing various native-image and JVM related methods.
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringMAVEN_GROUP_IDstatic java.lang.StringNATIVE_TESTS_EXE
 - 
Constructor SummaryConstructors Constructor Description Utils()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static java.nio.file.PathgetJavaHomeNativeImage(java.lang.String javaHomeVariable, java.lang.Boolean failFast)static java.nio.file.PathgetNativeImage()static java.nio.file.PathgetNativeImageFromPath()
 
- 
- 
- 
Field Detail- 
NATIVE_TESTS_EXEpublic static final java.lang.String NATIVE_TESTS_EXE 
 - 
MAVEN_GROUP_IDpublic static final java.lang.String MAVEN_GROUP_ID - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getJavaHomeNativeImagepublic static java.nio.file.Path getJavaHomeNativeImage(java.lang.String javaHomeVariable, java.lang.Boolean failFast) throws org.apache.maven.plugin.MojoExecutionException- Throws:
- org.apache.maven.plugin.MojoExecutionException
 
 - 
getNativeImageFromPathpublic static java.nio.file.Path getNativeImageFromPath() 
 - 
getNativeImagepublic static java.nio.file.Path getNativeImage() throws org.apache.maven.plugin.MojoExecutionException- Throws:
- org.apache.maven.plugin.MojoExecutionException
 
 
- 
 
-