Package io.quarkus.deployment.steps
Class ApplyNativeImageAgentConfigStep
java.lang.Object
io.quarkus.deployment.steps.ApplyNativeImageAgentConfigStep
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.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidtransformConfig(NativeConfig nativeConfig, BuildProducer<NativeImageAgentConfigDirectoryBuildItem> nativeImageAgentConfigDirectoryProducer, NativeImageSourceJarBuildItem nativeImageSourceJarBuildItem, BuildSystemTargetBuildItem buildSystemTargetBuildItem)
-
Constructor Details
-
ApplyNativeImageAgentConfigStep
public ApplyNativeImageAgentConfigStep()
-
-
Method Details
-
transformConfig
void transformConfig(NativeConfig nativeConfig, BuildProducer<NativeImageAgentConfigDirectoryBuildItem> nativeImageAgentConfigDirectoryProducer, NativeImageSourceJarBuildItem nativeImageSourceJarBuildItem, BuildSystemTargetBuildItem buildSystemTargetBuildItem) throws IOException - Throws:
IOException
-