Package org.apache.felix.karaf.shell.dev.framework

Examples of org.apache.felix.karaf.shell.dev.framework.Equinox


    public Framework getFramework() {
        if (bundleContext.getBundle(0).getSymbolicName().contains("felix")) {
            return new Felix(new File(KARAF_BASE));
        } else {
            return new Equinox(new File(KARAF_BASE));
        }
    }
View Full Code Here

TOP

Related Classes of org.apache.felix.karaf.shell.dev.framework.Equinox

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.