Class AbstractRunner

    • Field Detail

      • logger

        protected final org.slf4j.Logger logger
    • Constructor Detail

      • AbstractRunner

        public AbstractRunner​(List<Object[]> configurations,
                              List<URL> installables)
    • Method Detail

      • setupFramework

        protected void setupFramework​(org.osgi.framework.launch.Framework framework,
                                      Map<Integer,​List<URL>> bundlesMap)
                               throws org.osgi.framework.BundleException
        Throws:
        org.osgi.framework.BundleException
      • startFramework

        protected boolean startFramework​(org.osgi.framework.launch.Framework framework,
                                         long timeout,
                                         TimeUnit unit)
                                  throws org.osgi.framework.BundleException,
                                         InterruptedException
        Throws:
        org.osgi.framework.BundleException
        InterruptedException