Class RegionLauncher

  • All Implemented Interfaces:
    org.apache.sling.feature.launcher.spi.Launcher

    public class RegionLauncher
    extends org.apache.sling.feature.launcher.impl.launchers.FrameworkLauncher
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.apache.sling.feature.launcher.spi.Launcher

        org.apache.sling.feature.launcher.spi.Launcher.LauncherClassLoader
    • 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
      • Methods inherited from interface org.apache.sling.feature.launcher.spi.Launcher

        createClassLoader
    • Constructor Detail

      • RegionLauncher

        public RegionLauncher()
    • 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 interface org.apache.sling.feature.launcher.spi.Launcher
        Overrides:
        prepare in class org.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 interface org.apache.sling.feature.launcher.spi.Launcher
        Overrides:
        run in class org.apache.sling.feature.launcher.impl.launchers.FrameworkLauncher
        Throws:
        Exception