public interface Platform
The platform constraints can be defined in different ways but the representation should not matter as long as a platform can figure out whether it's matching a set of given constraints or not.
Modifier and Type | Method and Description |
---|---|
boolean |
matchesAll(Collection<ConstraintValue> constraintValues,
DependencyStack dependencyStack) |
boolean matchesAll(Collection<ConstraintValue> constraintValues, DependencyStack dependencyStack)
true
if the current platform matches the provided constraints.