public class QuarkusLauncher extends Object
This has a number of hacks to make it work, and is always going to be a bit fragile, as it is hard to make something that will work 100% of the time as we just don't have enough information.
The launcher module has all its dependencies shaded, so it is effectively self contained. This allows deployment time code to not leak into runtime code, as the launcher artifact is explicitly excluded from the production build via a hard coded exclusion.
| Constructor and Description |
|---|
QuarkusLauncher() |
| Modifier and Type | Method and Description |
|---|---|
static Closeable |
launch(String callingClass,
String quarkusApplication,
String... args) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.