public abstract class AbstractWeldDeployment extends java.lang.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 java.lang.String |
BEANS_XML |
static java.lang.String[] |
RESOURCES |
| Constructor and Description |
|---|
AbstractWeldDeployment(Bootstrap bootstrap,
java.lang.Iterable<Metadata<Extension>> extensions) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<Metadata<Extension>> |
getExtensions()
Specifies the extensions this deployment should call observer methods on.
|
ServiceRegistry |
getServices()
Get the services available to this deployment
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBeanDeploymentArchivegetBeanDeploymentArchives, loadBeanDeploymentArchivepublic static final java.lang.String BEANS_XML
public static final java.lang.String[] RESOURCES
public ServiceRegistry getServices()
DeploymentgetServices in interface Deploymentpublic java.lang.Iterable<Metadata<Extension>> getExtensions()
DeploymentServiceLoader available in the JDK (since Java 6). In pre Java 6
environments, the container must provide the ServiceLoader itself. We provide an example Service Loader here.getExtensions in interface DeploymentCopyright © 2014. All Rights Reserved.