Class TargetPlatformFilterEvaluator
- java.lang.Object
-
- org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluator
-
public class TargetPlatformFilterEvaluator extends Object
-
-
Constructor Summary
Constructors Constructor Description TargetPlatformFilterEvaluator(List<TargetPlatformFilter> filters, MavenLogger logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
filterUnits(Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> targetPlatformUnits)
Applies the filters to the given set.
-
-
-
Constructor Detail
-
TargetPlatformFilterEvaluator
public TargetPlatformFilterEvaluator(List<TargetPlatformFilter> filters, MavenLogger logger)
-
-
Method Detail
-
filterUnits
public void filterUnits(Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> targetPlatformUnits) throws TargetPlatformFilterSyntaxException
Applies the filters to the given set. Prints out log messages. TODO "filter" usually returns filtered results, consider different name- Parameters:
targetPlatformUnits
- The set of units to be filtered. Collection is modified by the method.- Throws:
TargetPlatformFilterSyntaxException
-
-