Class NativeImageSystemPropertyBuildItem


  • public final class NativeImageSystemPropertyBuildItem
    extends MultiBuildItem
    A system property that will be set at native image build time
    • Constructor Detail

      • NativeImageSystemPropertyBuildItem

        public NativeImageSystemPropertyBuildItem​(String key,
                                                  String value)
    • Method Detail

      • getKey

        public String getKey()
      • getValue

        public String getValue()