Package org.graalvm.nativeimage.hosted
Interface Feature.AfterImageWriteAccess
- All Superinterfaces:
Feature.FeatureAccess
- Enclosing interface:
Feature
Access methods available for
Feature.afterImageWrite(org.graalvm.nativeimage.hosted.Feature.AfterImageWriteAccess)
.- Since:
- 19.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the path to the created native-image file (includes the native-image file name).Methods inherited from interface org.graalvm.nativeimage.hosted.Feature.FeatureAccess
findClassByName, getApplicationClassLoader, getApplicationClassPath, getApplicationModulePath
-
Method Details
-
getImagePath
Path getImagePath()Returns the path to the created native-image file (includes the native-image file name).- Since:
- 19.0
-