org.ow2.jonas.cdi.weld.internal
Class WeldDeployableInfo
java.lang.Object
org.ow2.jonas.cdi.weld.internal.WeldDeployableInfo
- All Implemented Interfaces:
- org.ow2.util.ee.deploy.api.deployable.IDeployableInfo
public class WeldDeployableInfo
- extends Object
- implements org.ow2.util.ee.deploy.api.deployable.IDeployableInfo
A Weld specific Deployable Info.
It stores the Weld Bootstrap.
- Author:
- Guillaume Sauthier
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeldDeployableInfo
public WeldDeployableInfo()
getBootstrap
public org.jboss.weld.bootstrap.api.Bootstrap getBootstrap()
setBootstrap
public void setBootstrap(org.jboss.weld.bootstrap.api.Bootstrap bootstrap)
getBeanDeploymentArchive
public org.jboss.weld.bootstrap.spi.BeanDeploymentArchive getBeanDeploymentArchive()
setBeanDeploymentArchive
public void setBeanDeploymentArchive(org.jboss.weld.bootstrap.spi.BeanDeploymentArchive beanDeploymentArchive)
Copyright © 2011 OW2 Consortium. All Rights Reserved.