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 |
|---|---|
javax.enterprise.inject.spi.Extension |
createExtension(String className) |
void |
endInterceptorContext() |
<T> T |
get(Class<T> clazz) |
org.jboss.weld.environment.se.WeldContainer |
getContainer() |
javax.enterprise.inject.Instance<Object> |
getContainerInstance() |
String |
getVersion() |
<T> T |
selectGet(Class<T> clazz) |
void |
start(WeldSetup weldSetup) |
boolean |
startInterceptionDecorationContext() |
void |
tearDown() |
public void start(WeldSetup weldSetup)
start in interface WeldStarterpublic <T> T get(Class<T> clazz)
get in interface WeldStarterpublic String getVersion()
getVersion 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 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–2018. All rights reserved.