Uses of Class
org.apache.sling.feature.launcher.impl.LauncherConfig
-
Packages that use LauncherConfig Package Description org.apache.sling.feature.launcher.impl -
-
Uses of LauncherConfig in org.apache.sling.feature.launcher.impl
Methods in org.apache.sling.feature.launcher.impl with parameters of type LauncherConfig Modifier and Type Method Description static org.apache.sling.feature.FeatureFeatureProcessor. createApplication(org.slf4j.Logger logger, LauncherConfig config, org.apache.sling.feature.io.artifacts.ArtifactManager artifactManager, Map<org.apache.sling.feature.ArtifactId,org.apache.sling.feature.Feature> loadedFeatures)Initialize the launcher Read the features and prepare the applicationstatic 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 configurationsConstructors in org.apache.sling.feature.launcher.impl with parameters of type LauncherConfig Constructor Description Bootstrap(LauncherConfig config, org.slf4j.Logger logger)
-