Package | Description |
---|---|
org.apache.sling.feature.launcher.impl |
Modifier and Type | Method and Description |
---|---|
static org.apache.sling.feature.Feature |
FeatureProcessor.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 application
|
static void |
FeatureProcessor.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
|
Constructor and Description |
---|
Bootstrap(LauncherConfig config,
org.slf4j.Logger logger) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.