Package org.jboss.weld.bootstrap
Class BeanDeploymentModules
java.lang.Object
org.jboss.weld.bootstrap.BeanDeploymentModules
- All Implemented Interfaces:
Iterable<BeanDeploymentModule>,org.jboss.weld.bootstrap.api.Service
public final class BeanDeploymentModules
extends Object
implements org.jboss.weld.bootstrap.api.Service, Iterable<BeanDeploymentModule>
Repository for
BeanDeploymentModules. It is an optional per-deployment service, i.e. it does not make sense for all
environments (e.g. Weld SE).- Author:
- Jozef Hartinger
-
Method Summary
Modifier and TypeMethodDescriptionvoidcleanup()getModule(BeanManagerImpl manager) iterator()voidprocessBeanDeployments(Iterable<BeanDeployment> deployments) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
getModule
-
processBeanDeployments
-
cleanup
public void cleanup()- Specified by:
cleanupin interfaceorg.jboss.weld.bootstrap.api.Service
-
iterator
- Specified by:
iteratorin interfaceIterable<BeanDeploymentModule>
-
toString
-