public class BeanArchiveMetadata extends Object
Thread Safety: This class is immutable and does not require a happens before event between construction and usage
Constructor and Description |
---|
BeanArchiveMetadata(org.jboss.vfs.VirtualFile beansXmlFile,
ResourceRoot resourceRoot,
org.jboss.weld.bootstrap.spi.BeansXml beansXml,
boolean deploymentRoot) |
Modifier and Type | Method and Description |
---|---|
org.jboss.weld.bootstrap.spi.BeansXml |
getBeansXml() |
org.jboss.vfs.VirtualFile |
getBeansXmlFile() |
ResourceRoot |
getResourceRoot() |
boolean |
isDeploymentRoot() |
public BeanArchiveMetadata(org.jboss.vfs.VirtualFile beansXmlFile, ResourceRoot resourceRoot, org.jboss.weld.bootstrap.spi.BeansXml beansXml, boolean deploymentRoot)
public org.jboss.vfs.VirtualFile getBeansXmlFile()
public ResourceRoot getResourceRoot()
public boolean isDeploymentRoot()
public org.jboss.weld.bootstrap.spi.BeansXml getBeansXml()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.