Class FrameworkLauncher
java.lang.Object
org.apache.sling.feature.launcher.impl.launchers.FrameworkLauncher
- All Implemented Interfaces:
Launcher
Launcher directly using the OSGi launcher API.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.sling.feature.launcher.spi.Launcher
Launcher.LauncherClassLoader -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringvoidprepare(LauncherPrepareContext context, org.apache.sling.feature.ArtifactId frameworkId, org.apache.sling.feature.Feature app) intrun(LauncherRunContext context, ClassLoader cl) Run the launcherMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.sling.feature.launcher.spi.Launcher
createClassLoader
-
Constructor Details
-
FrameworkLauncher
public FrameworkLauncher()
-
-
Method Details
-
prepare
public void prepare(LauncherPrepareContext context, org.apache.sling.feature.ArtifactId frameworkId, org.apache.sling.feature.Feature app) throws Exception -
run
Run the launcher -
getFrameworkRunnerClass
-