org.seasar.junitcdi.core.internal
クラス DeploymentImpl

java.lang.Object
  上位を拡張 org.seasar.junitcdi.core.internal.DeploymentImpl
すべての実装されたインタフェース:
org.jboss.weld.bootstrap.spi.Deployment

public class DeploymentImpl
extends Object
implements org.jboss.weld.bootstrap.spi.Deployment

JUnit環境におけるDeploymentの実装クラスです.

作成者:
koichik

フィールドの概要
protected  org.jboss.weld.bootstrap.spi.BeanDeploymentArchive beanDeploymentArchive
          唯一のBeanDeploymentArchive
 
コンストラクタの概要
DeploymentImpl()
           
 
メソッドの概要
 Collection<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive> getBeanDeploymentArchives()
           
 org.jboss.weld.bootstrap.api.ServiceRegistry getServices()
           
 org.jboss.weld.bootstrap.spi.BeanDeploymentArchive loadBeanDeploymentArchive(Class<?> beanClass)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

beanDeploymentArchive

protected final org.jboss.weld.bootstrap.spi.BeanDeploymentArchive beanDeploymentArchive
唯一のBeanDeploymentArchive

コンストラクタの詳細

DeploymentImpl

public DeploymentImpl()
メソッドの詳細

getBeanDeploymentArchives

public Collection<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive> getBeanDeploymentArchives()
定義:
インタフェース org.jboss.weld.bootstrap.spi.Deployment 内の getBeanDeploymentArchives

getServices

public org.jboss.weld.bootstrap.api.ServiceRegistry getServices()
定義:
インタフェース org.jboss.weld.bootstrap.spi.Deployment 内の getServices

loadBeanDeploymentArchive

public org.jboss.weld.bootstrap.spi.BeanDeploymentArchive loadBeanDeploymentArchive(Class<?> beanClass)
定義:
インタフェース org.jboss.weld.bootstrap.spi.Deployment 内の loadBeanDeploymentArchive


Copyright © 2010 The Seasar Foundation. All Rights Reserved.