throw new RuntimeException("Could not create framework starter for " + framework);
}
}
public static OSGiFrameworkStarter create(BundleRepository bundleRepository, String frameworkName) {
Framework framework = Framework.valueOf(frameworkName.toUpperCase());
return create(bundleRepository, framework);
}