public class DefaultCapsuleScope extends java.lang.Object implements CapsuleScope
Iterable.| Constructor and Description |
|---|
DefaultCapsuleScope(java.lang.Iterable<Capsule> capsules)
Creates a capsule scope containing the given capsules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
stop()
Stop this stop and therefore all containing capsules.
|
public DefaultCapsuleScope(java.lang.Iterable<Capsule> capsules)
capsules - The capsules in this scope.public void stop()
stop in interface CapsuleScope