Package io.quarkus.deployment
Class IsDevelopment
java.lang.Object
io.quarkus.deployment.IsDevelopment
- All Implemented Interfaces:
BooleanSupplier
boolean supplier that returns true if the application is running in development
mode. Intended for use with
BuildStep.onlyIf()-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IsDevelopment
public IsDevelopment(io.quarkus.runtime.LaunchMode launchMode)
-
-
Method Details
-
getAsBoolean
public boolean getAsBoolean()- Specified by:
getAsBooleanin interfaceBooleanSupplier
-