Package org.eclipse.sisu.equinox
Interface EquinoxServiceFactory
-
- All Known Implementing Classes:
DefaultEquinoxEmbedder
public interface EquinoxServiceFactoryInterface to access OSGi services in an Equinox runtime.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> TgetService(java.lang.Class<T> clazz)<T> TgetService(java.lang.Class<T> clazz, java.lang.String filter)
-