Package io.quarkus.deployment.pkg.steps
Class NativeOrNativeSourcesBuild
java.lang.Object
io.quarkus.deployment.pkg.steps.NativeOrNativeSourcesBuild
- All Implemented Interfaces:
BooleanSupplier
Deprecated.
In the future, it will be possible to request multiple output types.
Supplier that can be used to only run build steps in the
native or native sources builds.
Most build steps that need to be run conditionally should use this instead of
NativeBuild.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NativeOrNativeSourcesBuild
Deprecated.
-
-
Method Details
-
getAsBoolean
public boolean getAsBoolean()Deprecated.- Specified by:
getAsBooleanin interfaceBooleanSupplier
-