public interface CDIFacet
extends org.jboss.forge.addon.projects.ProjectFacet
Project supports features from the CDI specification.| Modifier and Type | Method and Description |
|---|---|
org.jboss.shrinkwrap.descriptor.api.beans10.BeansDescriptor |
getConfig()
Parse and return this
Project's beans.xml file as a BeansDescriptor |
org.jboss.forge.addon.resource.FileResource<?> |
getConfigFile()
Get a reference to this
Project's beans.xml file. |
void |
saveConfig(org.jboss.shrinkwrap.descriptor.api.beans10.BeansDescriptor model)
Save the given
BeansDescriptor as this Project's beans.xml file |
org.jboss.shrinkwrap.descriptor.api.beans10.BeansDescriptor getConfig()
Project's beans.xml file as a BeansDescriptorvoid saveConfig(org.jboss.shrinkwrap.descriptor.api.beans10.BeansDescriptor model)
BeansDescriptor as this Project's beans.xml fileorg.jboss.forge.addon.resource.FileResource<?> getConfigFile()
Project's beans.xml file.Copyright © 2013 JBoss by Red Hat. All Rights Reserved.