Class Bootstrap


  • public class Bootstrap
    extends Object
    This is the bootstrap class.
    • Field Detail

      • FELIX_FRAMEWORK_VERSION

        public static final String FELIX_FRAMEWORK_VERSION
        The Apache Felix Framework version used by default.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Bootstrap

        public Bootstrap​(LauncherConfig config,
                         org.slf4j.Logger logger)
    • Method Detail

      • run

        public void run()
      • createClassLoader

        public ClassLoader createClassLoader​(Installation installation,
                                             Launcher launcher)
                                      throws Exception
        Create the class loader.
        Parameters:
        installation - The launcher configuration
        Returns:
        The classloader.
        Throws:
        Exception - If anything goes wrong