public class TargetPlatformFilterEvaluator extends Object
Constructor and Description |
---|
TargetPlatformFilterEvaluator(List<TargetPlatformFilter> filters,
MavenLogger logger) |
Modifier and Type | Method and Description |
---|---|
void |
filterUnits(Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> targetPlatformUnits)
Applies the filters to the given set.
|
public TargetPlatformFilterEvaluator(List<TargetPlatformFilter> filters, MavenLogger logger)
public void filterUnits(Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> targetPlatformUnits) throws TargetPlatformFilterSyntaxException
targetPlatformUnits
- The set of units to be filtered. Collection is modified by the method.TargetPlatformFilterSyntaxException
Copyright © 2008–2015 Eclipse Foundation. All rights reserved.