public final class BeanDeploymentModules extends Object implements org.jboss.weld.bootstrap.api.Service, Iterable<BeanDeploymentModule>
BeanDeploymentModule
s. It is an optional per-deployment service, i.e. it does not make sense for all environments (e.g. Weld SE).Modifier and Type | Method and Description |
---|---|
void |
cleanup() |
BeanDeploymentModule |
getModule(BeanManagerImpl manager) |
Iterator<BeanDeploymentModule> |
iterator() |
void |
processBeanDeployments(Iterable<BeanDeployment> deployments) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public BeanDeploymentModule getModule(BeanManagerImpl manager)
public void processBeanDeployments(Iterable<BeanDeployment> deployments)
public void cleanup()
cleanup
in interface org.jboss.weld.bootstrap.api.Service
public Iterator<BeanDeploymentModule> iterator()
iterator
in interface Iterable<BeanDeploymentModule>
Copyright © 2017. All rights reserved.