Class MvnpmHandler

java.lang.Object
io.quarkus.devui.runtime.MvnpmHandler
All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>

public class MvnpmHandler extends Object implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
Handler to load mvnpm jars
  • Constructor Details

    • MvnpmHandler

      public MvnpmHandler(String root, Set<URL> mvnpmJars)
  • Method Details

    • handle

      public void handle(io.vertx.ext.web.RoutingContext event)
      Specified by:
      handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>