Package io.quarkus.deployment
Class IsDevServicesSupportedByLaunchMode
java.lang.Object
io.quarkus.deployment.IsDevServicesSupportedByLaunchMode
- All Implemented Interfaces:
BooleanSupplier
boolean supplier that returns true if Dev Services are enabled.
Intended for use with
BuildStep.onlyIf()-
Constructor Summary
ConstructorsConstructorDescriptionIsDevServicesSupportedByLaunchMode(io.quarkus.runtime.LaunchMode launchMode) -
Method Summary
-
Constructor Details
-
IsDevServicesSupportedByLaunchMode
public IsDevServicesSupportedByLaunchMode(io.quarkus.runtime.LaunchMode launchMode)
-
-
Method Details
-
getAsBoolean
public boolean getAsBoolean()- Specified by:
getAsBooleanin interfaceBooleanSupplier
-