public interface ResolverHook
Modifier and Type | Method and Description |
---|---|
void |
filterMatches(org.osgi.resource.Requirement requirement,
List<org.osgi.resource.Capability> candidates)
Filter matches hook method.
|
void filterMatches(org.osgi.resource.Requirement requirement, List<org.osgi.resource.Capability> candidates)
requirement
- the requirement to filter candidates forcandidates
- a collection of candidates that match the requirementCopyright © 2015 aQute SARL. All rights reserved.