| Package | Description |
|---|---|
| org.jboss.arquillian.warp.spi |
| Modifier and Type | Method and Description |
|---|---|
protected abstract <T> void |
LifecycleManagerStore.bind(LifecycleManager manager,
Class<T> clazz,
T object)
Provides implementation of binding a current
LifecycleManager with given object of given class. |
<T> void |
LifecycleManager.bindTo(Class<T> clazz,
T object)
Binds the current
LifecycleManager with given object of given class. |
Copyright © 2014 JBoss by Red Hat. All rights reserved.