Package org.apache.felix.jmood

Examples of org.apache.felix.jmood.FelixLauncher


  private FelixLauncher launcher;
  protected void setUp() throws Exception {
    //ISSUE: this is not a unit test, but maven runs it as one
    //before it builds the jar
        super.setUp();
        launcher=new FelixLauncher();
        String jmood="file:target/org.apache.felix.jmood-0.8.0-SNAPSHOT.jar";
        launcher.addBundle(jmood);
        launcher.addPackage("org.osgi.framework");
        launcher.addPackage("org.osgi.util.tracker");
        launcher.addPackage("org.osgi.service.log");
View Full Code Here

TOP

Related Classes of org.apache.felix.jmood.FelixLauncher

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.