public interface EquinoxEmbedder
Modifier and Type | Method and Description |
---|---|
<T> T |
getService(Class<T> clazz)
EquinoxServiceFactory.getService(Class) is the preferred client API to locate Equinox
services. |
<T> T |
getService(Class<T> clazz,
String filter)
EquinoxServiceFactory.getService(Class, String) is the preferred client API to locate
Equinox services. |
<T> T getService(Class<T> clazz)
EquinoxServiceFactory.getService(Class)
is the preferred client API to locate Equinox
services.<T> T getService(Class<T> clazz, String filter)
EquinoxServiceFactory.getService(Class, String)
is the preferred client API to locate
Equinox services.Copyright © 2008-2012 Eclipse Foundation. All Rights Reserved.