Uses of Interface
org.apache.sling.feature.launcher.spi.LauncherRunContext
-
-
Uses of LauncherRunContext in org.apache.sling.feature.launcher.impl
Classes in org.apache.sling.feature.launcher.impl that implement LauncherRunContext Modifier and Type Class Description classInstallationThis class holds the configuration of the launcher. -
Uses of LauncherRunContext in org.apache.sling.feature.launcher.impl.launchers
Methods in org.apache.sling.feature.launcher.impl.launchers with parameters of type LauncherRunContext Modifier and Type Method Description intFrameworkLauncher. run(LauncherRunContext context, ClassLoader cl)Run the launcher -
Uses of LauncherRunContext in org.apache.sling.feature.launcher.spi
Methods in org.apache.sling.feature.launcher.spi with parameters of type LauncherRunContext Modifier and Type Method Description intLauncher. run(LauncherRunContext context, ClassLoader cl) -
Uses of LauncherRunContext in org.apache.sling.feature.launcher.spi.extensions
Subinterfaces of LauncherRunContext in org.apache.sling.feature.launcher.spi.extensions Modifier and Type Interface Description interfaceExtensionContextThis context object is provided to launcher extensions.
-