Class FrameworkLauncher
- java.lang.Object
-
- org.apache.sling.feature.launcher.impl.launchers.FrameworkLauncher
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.sling.feature.launcher.spi.Launcher
Launcher.LauncherClassLoader
-
-
Constructor Summary
Constructors Constructor Description FrameworkLauncher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetFrameworkRunnerClass()voidprepare(LauncherPrepareContext context, org.apache.sling.feature.ArtifactId frameworkId, org.apache.sling.feature.Feature app)intrun(LauncherRunContext context, ClassLoader cl)Run the launcher-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.sling.feature.launcher.spi.Launcher
createClassLoader
-
-
-
-
Method Detail
-
prepare
public void prepare(LauncherPrepareContext context, org.apache.sling.feature.ArtifactId frameworkId, org.apache.sling.feature.Feature app) throws Exception
-
run
public int run(LauncherRunContext context, ClassLoader cl) throws Exception
Run the launcher
-
getFrameworkRunnerClass
protected String getFrameworkRunnerClass()
-
-