public interface Launcher
Modifier and Type | Interface and Description |
---|---|
static class |
Launcher.LauncherClassLoader |
Modifier and Type | Method and Description |
---|---|
default Launcher.LauncherClassLoader |
createClassLoader() |
void |
prepare(LauncherPrepareContext context,
org.apache.sling.feature.ArtifactId frameworkId,
org.apache.sling.feature.Feature app) |
int |
run(LauncherRunContext context,
ClassLoader cl) |
void prepare(LauncherPrepareContext context, org.apache.sling.feature.ArtifactId frameworkId, org.apache.sling.feature.Feature app) throws Exception
Exception
int run(LauncherRunContext context, ClassLoader cl) throws Exception
Exception
default Launcher.LauncherClassLoader createClassLoader()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.