Class IsLocalDevelopment

java.lang.Object
io.quarkus.deployment.IsLocalDevelopment
All Implemented Interfaces:
BooleanSupplier

public class IsLocalDevelopment extends Object implements 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 Details

    • IsLocalDevelopment

      public IsLocalDevelopment(io.quarkus.runtime.LaunchMode launchMode, io.quarkus.dev.spi.DevModeType devModeType)
  • Method Details