Package io.quarkus.bootstrap.jbang
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.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()static Closeablemain(String... args)
-
-
-
Method Detail
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-