Class NativeConfig


  • public final class NativeConfig
    extends Object
    A utility class to configure native image features. Currently uses System properties to control configuration. Each property is prefixed with helidon.native.
    • Method Detail

      • option

        public static boolean option​(String name,
                                     boolean defaultValue)
        Find a boolean option.
        Parameters:
        name - name of the option, prefixed with helidon.native by this method
        defaultValue - default value to return if option is not found
        Returns:
        value configured or default value