Package io.quarkus.launcher
Class LauncherShader
- java.lang.Object
-
- io.quarkus.launcher.LauncherShader
-
public class LauncherShader extends Object
This class is used to copy classes and resources from the dependencies of the launcher to the classes directory hiding it under the META-INF from the default classloader. Besides that it collectsMETA-INFO/sisu/javax.inject.Namedresources from the dependencies and merges them into a single file so that the Maven resolver can properly be initialized from the launcher.
-
-
Constructor Summary
Constructors Constructor Description LauncherShader()
-