Class ProcessInheritIODisabledBuildItem
- java.lang.Object
-
- io.quarkus.builder.item.BuildItem
-
- io.quarkus.builder.item.SimpleBuildItem
-
- io.quarkus.deployment.pkg.builditem.ProcessInheritIODisabledBuildItem
-
public final class ProcessInheritIODisabledBuildItem extends SimpleBuildItem
A build item, which indicates that theProcessBuilder.inheritIO()will not work for processes launched by build steps and instead the build step will have to explicitly stream the newly launched process' STDOUT/STDERR, if the data generated on the STDOUT/STDERR of the launched process needs to be made available- See Also:
ProcessUtil
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProcessInheritIODisabledBuildItem.FactoryGenerates abuild chain builderwhich creates a build step producing theProcessInheritIODisabledBuildItembuild item
-
Constructor Summary
Constructors Constructor Description ProcessInheritIODisabledBuildItem()
-