@Component(role=EquinoxEmbedder.class) public class DefaultEquinoxEmbedder extends org.codehaus.plexus.logging.AbstractLogEnabled implements EquinoxEmbedder, org.codehaus.plexus.personality.plexus.lifecycle.phase.Disposable
| Constructor and Description |
|---|
DefaultEquinoxEmbedder() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
protected void |
doStart() |
<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. |
void |
start() |
public <T> T getService(Class<T> clazz)
EquinoxEmbedderEquinoxServiceFactory.getService(Class) is the preferred client API to locate Equinox
services.getService in interface EquinoxEmbedderpublic <T> T getService(Class<T> clazz, String filter)
EquinoxEmbedderEquinoxServiceFactory.getService(Class, String) is the preferred client API to locate
Equinox services.getService in interface EquinoxEmbedderpublic void dispose()
dispose in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.DisposableCopyright © 2008-2012 Eclipse Foundation. All Rights Reserved.