public abstract class AbstractWeldDeployment extends Object implements CDI11Deployment
Deployment. Provides a service
registry.
Suitable for extension by those who need to build custom Deployment
implementations.| Modifier and Type | Field and Description |
|---|---|
static String |
BEANS_XML |
static String[] |
RESOURCES |
| Constructor and Description |
|---|
AbstractWeldDeployment(Bootstrap bootstrap,
Iterable<Metadata<Extension>> extensions) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Metadata<Extension>> |
getExtensions() |
ServiceRegistry |
getServices() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBeanDeploymentArchivegetBeanDeploymentArchives, loadBeanDeploymentArchivepublic static final String BEANS_XML
public static final String[] RESOURCES
public ServiceRegistry getServices()
getServices in interface Deploymentpublic Iterable<Metadata<Extension>> getExtensions()
getExtensions in interface DeploymentCopyright © 2016. All Rights Reserved.