Class DevModeMediator

java.lang.Object
io.quarkus.bootstrap.runner.DevModeMediator

public class DevModeMediator extends Object
Starts dev mode from a mutable image Also will restart if the image has changed.
  • Field Details

    • LOGGER

      protected static final org.jboss.logging.Logger LOGGER
  • Constructor Details

    • DevModeMediator

      public DevModeMediator()
  • Method Details

    • scheduleDelete

      public static void scheduleDelete(Collection<Path> deletedPaths)