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 collects META-INFO/sisu/javax.inject.Named resources from the dependencies and merges them into a single file so that the Maven resolver can properly be initialized from the launcher.
  • Constructor Details

    • LauncherShader

      public LauncherShader()
  • Method Details