Class TargetPlatformFilterEvaluator
java.lang.Object
org.eclipse.tycho.p2.target.filters.TargetPlatformFilterEvaluator
-
Constructor Summary
ConstructorsConstructorDescriptionTargetPlatformFilterEvaluator(List<TargetPlatformFilter> filters, MavenLogger logger) -
Method Summary
Modifier and TypeMethodDescriptionvoidfilterUnits(Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> targetPlatformUnits) Applies the filters to the given set.
-
Constructor Details
-
Method Details
-
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
-