Package org.cytoscape.service.util
This package contains a simple utility for registering OSGi
services without requiring use of the OSGi API.
-
Interface Summary Interface Description CyServiceRegistrar An interface to hide the OSGi dependencies needed to register services dynamically at runtime. -
Class Summary Class Description AbstractCyActivator A simple BundleActivator with convenience methods for registering OSGi services and either getting references to single services or registering interest in all services of a specified type.