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()
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 String BEANS_XML
public static final String[] RESOURCES
public ServiceRegistry getServices()
DeploymentgetServices in interface Deploymentpublic 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 © 2015. All Rights Reserved.