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

org.appdapter.bundle.fileconv.Activator Maven / Gradle / Ivy

There is a newer version: 1.2.4
Show newest version
package org.appdapter.bundle.fileconv;

import ext.osgi.common.ExtBundleActivatorBase;
import org.appdapter.fileconv.FileStreamUtils;
import org.osgi.framework.BundleContext;

public class Activator extends ExtBundleActivatorBase {

	@Override protected void handleFrameworkStartedEvent(BundleContext bundleCtx) throws Exception {
		super.handleFrameworkStartedEvent(bundleCtx);
		if (isOSGIProperty("osgi-tests", true)) {
			ext.bundle.openconverters.osgi.Activator.ensureConvertersClassesAreFindable();
        		FileStreamUtils.canLoadWorkbooks();
		}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy