Class RegionLauncher
- java.lang.Object
-
- org.apache.sling.feature.launcher.impl.launchers.FrameworkLauncher
-
- org.apache.sling.feature.extension.apiregions.launcher.RegionLauncher
-
- All Implemented Interfaces:
org.apache.sling.feature.launcher.spi.Launcher
public class RegionLauncher extends org.apache.sling.feature.launcher.impl.launchers.FrameworkLauncher
-
-
Field Summary
Fields Modifier and Type Field Description static String
BUNDLE_FEATURE_FILENAME
static String
IDBSNVER_FILENAME
-
Constructor Summary
Constructors Constructor Description RegionLauncher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
prepare(org.apache.sling.feature.launcher.spi.LauncherPrepareContext context, org.apache.sling.feature.ArtifactId frameworkId, org.apache.sling.feature.Feature app)
int
run(org.apache.sling.feature.launcher.spi.LauncherRunContext context, ClassLoader cl)
-
Methods inherited from class org.apache.sling.feature.launcher.impl.launchers.FrameworkLauncher
getFrameworkRunnerClass
-
-
-
-
Field Detail
-
IDBSNVER_FILENAME
public static final String IDBSNVER_FILENAME
- See Also:
- Constant Field Values
-
BUNDLE_FEATURE_FILENAME
public static final String BUNDLE_FEATURE_FILENAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
prepare
public void prepare(org.apache.sling.feature.launcher.spi.LauncherPrepareContext context, org.apache.sling.feature.ArtifactId frameworkId, org.apache.sling.feature.Feature app) throws Exception
- Specified by:
prepare
in interfaceorg.apache.sling.feature.launcher.spi.Launcher
- Overrides:
prepare
in classorg.apache.sling.feature.launcher.impl.launchers.FrameworkLauncher
- Throws:
Exception
-
run
public int run(org.apache.sling.feature.launcher.spi.LauncherRunContext context, ClassLoader cl) throws Exception
- Specified by:
run
in interfaceorg.apache.sling.feature.launcher.spi.Launcher
- Overrides:
run
in classorg.apache.sling.feature.launcher.impl.launchers.FrameworkLauncher
- Throws:
Exception
-
-