Uses of Class
org.eclipse.tycho.artifacts.TargetPlatformFilter
-
-
Uses of TargetPlatformFilter in org.eclipse.tycho.artifacts
Methods in org.eclipse.tycho.artifacts that return TargetPlatformFilter Modifier and Type Method Description static TargetPlatformFilter
TargetPlatformFilter. removeAllFilter(TargetPlatformFilter.CapabilityPattern scopePattern)
static TargetPlatformFilter
TargetPlatformFilter. restrictionFilter(TargetPlatformFilter.CapabilityPattern scopePattern, TargetPlatformFilter.CapabilityPattern restrictionPattern)
-
Uses of TargetPlatformFilter in org.eclipse.tycho.artifacts.configuration
Methods in org.eclipse.tycho.artifacts.configuration that return types with arguments of type TargetPlatformFilter Modifier and Type Method Description java.util.List<TargetPlatformFilter>
TargetPlatformFilterConfigurationReader. parseFilterConfiguration(org.codehaus.plexus.util.xml.Xpp3Dom filtersElement)
Method parameters in org.eclipse.tycho.artifacts.configuration with type arguments of type TargetPlatformFilter Modifier and Type Method Description private void
TargetPlatformFilterConfigurationReader. parseFilter(org.codehaus.plexus.util.xml.Xpp3Dom filterDom, java.util.List<TargetPlatformFilter> result)
-
Uses of TargetPlatformFilter in org.eclipse.tycho.core
Fields in org.eclipse.tycho.core with type parameters of type TargetPlatformFilter Modifier and Type Field Description private java.util.List<TargetPlatformFilter>
TargetPlatformConfiguration. filters
Methods in org.eclipse.tycho.core that return types with arguments of type TargetPlatformFilter Modifier and Type Method Description java.util.List<TargetPlatformFilter>
TargetPlatformConfiguration. getFilters()
Method parameters in org.eclipse.tycho.core with type arguments of type TargetPlatformFilter Modifier and Type Method Description void
TargetPlatformConfiguration. setFilters(java.util.List<TargetPlatformFilter> filters)
-
Uses of TargetPlatformFilter in org.eclipse.tycho.p2.target.facade
Fields in org.eclipse.tycho.p2.target.facade with type parameters of type TargetPlatformFilter Modifier and Type Field Description private java.util.List<TargetPlatformFilter>
TargetPlatformConfigurationStub. iuFilters
Methods in org.eclipse.tycho.p2.target.facade that return types with arguments of type TargetPlatformFilter Modifier and Type Method Description java.util.List<TargetPlatformFilter>
TargetPlatformConfigurationStub. getFilters()
Method parameters in org.eclipse.tycho.p2.target.facade with type arguments of type TargetPlatformFilter Modifier and Type Method Description void
TargetPlatformConfigurationStub. addFilters(java.util.List<TargetPlatformFilter> filters)
-
Uses of TargetPlatformFilter in org.eclipse.tycho.p2.target.filters
Fields in org.eclipse.tycho.p2.target.filters declared as TargetPlatformFilter Modifier and Type Field Description (package private) TargetPlatformFilter
TargetPlatformFilterEvaluator.FilterLogger. currentFilter
Fields in org.eclipse.tycho.p2.target.filters with type parameters of type TargetPlatformFilter Modifier and Type Field Description private java.util.List<TargetPlatformFilter>
TargetPlatformFilterEvaluator. filters
Methods in org.eclipse.tycho.p2.target.filters with parameters of type TargetPlatformFilter Modifier and Type Method Description private void
TargetPlatformFilterEvaluator. applyFilter(TargetPlatformFilter filter, java.util.Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> targetPlatformUnits)
private void
TargetPlatformFilterEvaluator. applyRemoveAllFilter(TargetPlatformFilter filter, java.util.Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> targetPlatformUnits)
private void
TargetPlatformFilterEvaluator. applyRestrictionFilter(TargetPlatformFilter filter, java.util.Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> targetPlatformUnits)
void
TargetPlatformFilterEvaluator.FilterLogger. beginEvaluation(TargetPlatformFilter filter)
Constructor parameters in org.eclipse.tycho.p2.target.filters with type arguments of type TargetPlatformFilter Constructor Description TargetPlatformFilterEvaluator(java.util.List<TargetPlatformFilter> filters, MavenLogger logger)
-