Class RawCommandLineArgumentsBuildItem

java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.SimpleBuildItem
io.quarkus.deployment.builditem.RawCommandLineArgumentsBuildItem
All Implemented Interfaces:
BytecodeRecorderImpl.ReturnedProxy, Supplier<String[]>

public final class RawCommandLineArgumentsBuildItem extends SimpleBuildItem implements BytecodeRecorderImpl.ReturnedProxy, Supplier<String[]>
A build item that represents the raw command line arguments as they were passed to the application. This can be passed directly to bytecode recorders that take a Supplier<String[]>. No filtering is done on these parameters.
  • Constructor Details

    • RawCommandLineArgumentsBuildItem

      public RawCommandLineArgumentsBuildItem()
  • Method Details