Class ApplyNativeImageAgentConfigStep

java.lang.Object
io.quarkus.deployment.steps.ApplyNativeImageAgentConfigStep

public class ApplyNativeImageAgentConfigStep extends Object
This configuration step looks for native configuration folder generated with the native image agent running inside Quarkus integration tests. If the folder is detected and NativeConfig.agentConfigurationApply() is enabled, the folder's path is passed onto the NativeImageBuildStep, wrapped inside a NativeImageAgentConfigDirectoryBuildItem, so that the folder is added as a configuration folder for the native image process execution.