Uses of Interface
org.apache.sling.feature.launcher.spi.LauncherPrepareContext
-
-
Uses of LauncherPrepareContext in org.apache.sling.feature.launcher.impl
Methods in org.apache.sling.feature.launcher.impl with parameters of type LauncherPrepareContext Modifier and Type Method Description static voidFeatureProcessor. prepareLauncher(LauncherPrepareContext ctx, LauncherConfig config, org.apache.sling.feature.Feature app, Map<org.apache.sling.feature.ArtifactId,org.apache.sling.feature.Feature> loadedFeatures)Prepare the launcher - add all bundles to the bundle map of the installation object - add all other artifacts to the install directory (only if startup mode is INSTALL) - process configurations -
Uses of LauncherPrepareContext in org.apache.sling.feature.launcher.impl.launchers
Methods in org.apache.sling.feature.launcher.impl.launchers with parameters of type LauncherPrepareContext Modifier and Type Method Description voidFrameworkLauncher. 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 LauncherPrepareContext Modifier and Type Method Description voidLauncher. 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.extensions Modifier and Type Interface Description interfaceExtensionContextThis context object is provided to launcher extensions.
-