Package io.quarkus.deployment
Class IsNormalNotRemoteDev
java.lang.Object
io.quarkus.deployment.IsNormalNotRemoteDev
- All Implemented Interfaces:
BooleanSupplier
boolean supplier that returns true if the application is running in normal
mode, but is not a remote dev client. Intended for use with
BuildStep.onlyIf()-
Constructor Summary
ConstructorsConstructorDescriptionIsNormalNotRemoteDev(io.quarkus.runtime.LaunchMode launchMode, io.quarkus.dev.spi.DevModeType devModeType) -
Method Summary
-
Constructor Details
-
IsNormalNotRemoteDev
public IsNormalNotRemoteDev(io.quarkus.runtime.LaunchMode launchMode, io.quarkus.dev.spi.DevModeType devModeType)
-
-
Method Details
-
getAsBoolean
public boolean getAsBoolean()- Specified by:
getAsBooleanin interfaceBooleanSupplier
-