public class DefaultCapabilityMatcher extends Object implements CapabilityMatcher
The default capability matcher will look at all the key from the request do not start with _ and will try to find a node that has at least those capabilities.
| Constructor and Description |
|---|
DefaultCapabilityMatcher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Map<String,Object> nodeCapability,
Map<String,Object> requestedCapability) |
Copyright © 2015. All rights reserved.