Package org.apache.felix.sigil.common.runtime

Examples of org.apache.felix.sigil.common.runtime.BundleForm


        runner.run(vmconfig, launch, monitor);

        Client client = connect(config);

        BundleForm form = LaunchHelper.getBundleForm(config);

        try
        {
            // TODO need to figure out a sensible repository manager for launch configs
            IRepositoryManager manager = SigilCore.getGlobalRepositoryManager();
            client.apply(form.resolve(new RuntimeBundleResolver(manager, config)));
        }
        catch (Exception e)
        {
            throw SigilCore.newCoreException("Failed to apply bundle form", e);
        }
View Full Code Here

TOP

Related Classes of org.apache.felix.sigil.common.runtime.BundleForm

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.