public interface ContainerMatcher
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Container> |
match(ModuleDescriptor moduleDescriptor,
ContainerRepository containerRepository)
Matches the provided module against one of the candidate containers.
|
java.util.Collection<Container> match(ModuleDescriptor moduleDescriptor, ContainerRepository containerRepository)
moduleDescriptor
- the module to match againstcontainerRepository
- the container repository that provides the ability to look up containers