|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.junitcdi.core.internal.BeanDeploymentArchiveImpl
public class BeanDeploymentArchiveImpl
JUnit環境におけるBeanDeploymentArchiveの実装クラスです.
| フィールドの概要 | |
|---|---|
protected Set<Class<?>> |
beanClasses
bean クラスの Set |
protected Set<URL> |
beansXmls
beans.xmlのSet |
protected org.jboss.weld.bootstrap.api.ServiceRegistry |
serviceRegistry
サービスのレジストリ |
| コンストラクタの概要 | |
|---|---|
BeanDeploymentArchiveImpl()
インスタンスを構築します. |
|
| メソッドの概要 | |
|---|---|
Collection<Class<?>> |
getBeanClasses()
|
Collection<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive> |
getBeanDeploymentArchives()
|
Collection<URL> |
getBeansXml()
|
Collection<org.jboss.weld.ejb.spi.EjbDescriptor<?>> |
getEjbs()
|
String |
getId()
|
org.jboss.weld.bootstrap.api.ServiceRegistry |
getServices()
|
protected void |
scan()
beans.xmlファイルが存在するディレクトリまたはJarファイルからbeanクラスをスキャンします. |
protected void |
scanDirectory(ClassLoader loader,
File directory,
String path)
ディレクトリに含まれるbeanクラスをスキャンします. |
protected void |
scanJar(ClassLoader loader,
File file)
Jarファイルに含まれるbeanクラスをスキャンします. |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
protected final org.jboss.weld.bootstrap.api.ServiceRegistry serviceRegistry
protected final Set<Class<?>> beanClasses
Set
protected final Set<URL> beansXmls
beans.xmlのSet
| コンストラクタの詳細 |
|---|
public BeanDeploymentArchiveImpl()
| メソッドの詳細 |
|---|
public Collection<Class<?>> getBeanClasses()
org.jboss.weld.bootstrap.spi.BeanDeploymentArchive 内の getBeanClassespublic Collection<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive> getBeanDeploymentArchives()
org.jboss.weld.bootstrap.spi.BeanDeploymentArchive 内の getBeanDeploymentArchivespublic Collection<URL> getBeansXml()
org.jboss.weld.bootstrap.spi.BeanDeploymentArchive 内の getBeansXmlpublic Collection<org.jboss.weld.ejb.spi.EjbDescriptor<?>> getEjbs()
org.jboss.weld.bootstrap.spi.BeanDeploymentArchive 内の getEjbspublic String getId()
org.jboss.weld.bootstrap.spi.BeanDeploymentArchive 内の getIdpublic org.jboss.weld.bootstrap.api.ServiceRegistry getServices()
org.jboss.weld.bootstrap.spi.BeanDeploymentArchive 内の getServicesprotected void scan()
beans.xmlファイルが存在するディレクトリまたはJarファイルからbeanクラスをスキャンします.
protected void scanDirectory(ClassLoader loader,
File directory,
String path)
loader - クラスローダdirectory - ディレクトリpath - 基点となるディレクトリからのパス
protected void scanJar(ClassLoader loader,
File file)
loader - クラスローダfile - Jarファイル
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||