All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ext.bundle.xml.dom4j.Activator Maven / Gradle / Ivy

There is a newer version: 1.2.4
Show newest version
package ext.bundle.xml.dom4j;

import org.osgi.framework.BundleActivator;
import org.osgi.framework.BundleContext;

public class Activator implements BundleActivator {

    public void start(BundleContext context) throws Exception {
        // TODO add activation code here
    }

    public void stop(BundleContext context) throws Exception {
        // TODO add deactivation code here
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy