public class WeldStarterImpl extends Object implements WeldStarter
| Modifier and Type | Field and Description |
|---|---|
org.jboss.weld.environment.se.WeldContainer |
container |
| Constructor and Description |
|---|
WeldStarterImpl() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
callMethodThrowRTEIfNecessary(Method m) |
javax.enterprise.inject.spi.Extension |
createExtension(String className) |
void |
endInterceptorContext() |
<T> T |
get(Class<T> clazz,
Annotation... qualifiers) |
org.jboss.weld.environment.se.WeldContainer |
getContainer() |
String |
getContainerId() |
javax.enterprise.inject.Instance<Object> |
getContainerInstance() |
String |
getVersion() |
<T> T |
selectGet(Class<T> clazz) |
void |
setUp(WeldSetup weldSetup) |
void |
start(WeldSetup weldSetup) |
boolean |
startInterceptionDecorationContext() |
void |
tearDown() |
public void setUp(WeldSetup weldSetup)
public String getContainerId()
getContainerId in interface WeldStarterpublic void start(WeldSetup weldSetup)
start in interface WeldStarterpublic <T> T get(Class<T> clazz, Annotation... qualifiers)
get in interface WeldStarterpublic org.jboss.weld.environment.se.WeldContainer getContainer()
public javax.enterprise.inject.Instance<Object> getContainerInstance()
public <T> T selectGet(Class<T> clazz)
public void tearDown()
tearDown in interface WeldStarterpublic String getVersion()
getVersion in interface WeldStarterpublic boolean startInterceptionDecorationContext()
startInterceptionDecorationContext in interface WeldStarterpublic void endInterceptorContext()
endInterceptorContext in interface WeldStarterpublic javax.enterprise.inject.spi.Extension createExtension(String className)
createExtension in interface WeldStarterCopyright © 2017–2022. All rights reserved.