com.effectiveosgi.rt.command.CommandsActivator Maven / Gradle / Ivy
package com.effectiveosgi.rt.command;
import java.util.Hashtable;
import org.osgi.annotation.bundle.Header;
import org.osgi.framework.BundleActivator;
import org.osgi.framework.BundleContext;
import org.osgi.framework.Constants;
import org.osgi.framework.ServiceRegistration;
import org.osgi.util.tracker.ServiceTracker;
@Header(name = Constants.BUNDLE_ACTIVATOR, value = "${@class}")
public class CommandsActivator implements BundleActivator {
private ServiceTracker,?> tracker;
private ServiceRegistration © 2015 - 2026 Weber Informatics LLC | Privacy Policy