Module io.helidon.graal.nativeimage
Class NativeConfig
java.lang.Object
io.helidon.integrations.graal.nativeimage.extension.NativeConfig
A utility class to configure native image features.
Currently uses System properties to control configuration.
Each property is prefixed with
helidon.native
.-
Method Summary
-
Method Details
-
option
Find a boolean option.- Parameters:
name
- name of the option, prefixed withhelidon.native
by this methoddefaultValue
- default value to return if option is not found- Returns:
- value configured or default value
-