Uses of Interface
org.apache.sling.feature.launcher.spi.LauncherPrepareContext
Packages that use LauncherPrepareContext
Package
Description
-
Uses of LauncherPrepareContext in org.apache.sling.feature.launcher.impl.launchers
Methods in org.apache.sling.feature.launcher.impl.launchers with parameters of type LauncherPrepareContextModifier and TypeMethodDescriptionvoid
FrameworkLauncher.prepare
(LauncherPrepareContext context, org.apache.sling.feature.ArtifactId frameworkId, org.apache.sling.feature.Feature app) -
Uses of LauncherPrepareContext in org.apache.sling.feature.launcher.spi
Methods in org.apache.sling.feature.launcher.spi with parameters of type LauncherPrepareContextModifier and TypeMethodDescriptionvoid
Launcher.prepare
(LauncherPrepareContext context, org.apache.sling.feature.ArtifactId frameworkId, org.apache.sling.feature.Feature app) -
Uses of LauncherPrepareContext in org.apache.sling.feature.launcher.spi.extensions
Subinterfaces of LauncherPrepareContext in org.apache.sling.feature.launcher.spi.extensionsModifier and TypeInterfaceDescriptioninterface
This context object is provided to launcher extensions.