public class BeansModel extends Object
Constructor and Description |
---|
BeansModel(Map<String,OSGiBean> beans,
Collection<URL> beanDescriptorURLs) |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getBeanClassNames() |
org.jboss.weld.bootstrap.spi.BeansXml |
getBeansXml() |
OSGiBean |
getOSGiBean(String beanClass) |
Collection<OSGiBean> |
getOSGiBeans() |
void |
putOSGiBean(String beanClass,
OSGiBean osgiBean) |
public BeansModel(Map<String,OSGiBean> beans, Collection<URL> beanDescriptorURLs)
public Collection<String> getBeanClassNames()
public org.jboss.weld.bootstrap.spi.BeansXml getBeansXml()
public Collection<OSGiBean> getOSGiBeans()
Copyright © 2019 The Apache Software Foundation. All rights reserved.