Package io.quarkus.deployment
Class IsLocalDevelopment
java.lang.Object
io.quarkus.deployment.IsLocalDevelopment
- All Implemented Interfaces:
BooleanSupplier
Similar to
IsDevelopment except checks whether the application is being launched in dev mode but not from a
mutable-jar package,
in other words, not a remote server in a remote dev session.-
Constructor Summary
ConstructorsConstructorDescriptionIsLocalDevelopment(io.quarkus.runtime.LaunchMode launchMode, io.quarkus.dev.spi.DevModeType devModeType) -
Method Summary
-
Constructor Details
-
IsLocalDevelopment
public IsLocalDevelopment(io.quarkus.runtime.LaunchMode launchMode, io.quarkus.dev.spi.DevModeType devModeType)
-
-
Method Details
-
getAsBoolean
public boolean getAsBoolean()- Specified by:
getAsBooleanin interfaceBooleanSupplier
-