Interface Feature.AfterImageWriteAccess
- All Superinterfaces:
Feature.FeatureAccess
- Enclosing interface:
Feature
Access methods available for
Feature.afterImageWrite(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 Feature.FeatureAccess
findClassByName, getApplicationClassLoader, getApplicationClassPath, getApplicationModulePath
Modifier and TypeMethodDescriptionClass
<?> findClassByName
(String className) Returns a class if it is present on the classpath.Returns theClassLoader
that can find all classes of the class path and module path.Returns the class path of the native image that is currently built.Returns the module path of the native image that is currently built.
-
Method Details
-
getImagePath
Path getImagePath()Returns the path to the created native-image file (includes the native-image file name).- Since:
- 19.0
-