Class JBangDevModeLauncherImpl

java.lang.Object
io.quarkus.bootstrap.jbang.JBangDevModeLauncherImpl
All Implemented Interfaces:
Closeable, AutoCloseable

public class JBangDevModeLauncherImpl extends Object implements Closeable
JBang Dev mode entry point.

This is launched from the core/launcher module. To avoid any shading issues core/launcher unpacks all its dependencies into the jar file, then uses a custom class loader load them.