@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)
EquinoxEmbedder
EquinoxServiceFactory.getService(Class)
is the preferred client API to locate Equinox
services.getService
in interface EquinoxEmbedder
public <T> T getService(Class<T> clazz, String filter)
EquinoxEmbedder
EquinoxServiceFactory.getService(Class, String)
is the preferred client API to locate
Equinox services.getService
in interface EquinoxEmbedder
public void dispose()
dispose
in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Disposable
Copyright © 2008-2012 Eclipse Foundation. All Rights Reserved.