Package io.quarkus.bootstrap
Class IDELauncherImpl
- java.lang.Object
-
- io.quarkus.bootstrap.IDELauncherImpl
-
- All Implemented Interfaces:
Closeable,AutoCloseable
public class IDELauncherImpl extends Object implements Closeable
IDE 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.
-
-
Field Summary
Fields Modifier and Type Field Description static StringFORCE_COLOR_SUPPORT
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()static Closeablelaunch(Path classesDir, Map<String,Object> context)
-
-
-
Field Detail
-
FORCE_COLOR_SUPPORT
public static final String FORCE_COLOR_SUPPORT
- See Also:
- Constant Field Values
-
-
Method Detail
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-