Interface Launcher
- All Known Implementing Classes:
FrameworkLauncher
public interface Launcher
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondefault Launcher.LauncherClassLoader
void
prepare
(LauncherPrepareContext context, org.apache.sling.feature.ArtifactId frameworkId, org.apache.sling.feature.Feature app) int
run
(LauncherRunContext context, ClassLoader cl)
-
Method Details
-
prepare
void prepare(LauncherPrepareContext context, org.apache.sling.feature.ArtifactId frameworkId, org.apache.sling.feature.Feature app) throws Exception - Throws:
Exception
-
run
- Throws:
Exception
-
createClassLoader
-