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 List<TargetPlatformFilter>
TargetPlatformFilterConfigurationReader. parseFilterConfiguration(org.codehaus.plexus.util.xml.Xpp3Dom filtersElement)
-
Uses of TargetPlatformFilter in org.eclipse.tycho.core
Methods in org.eclipse.tycho.core that return types with arguments of type TargetPlatformFilter Modifier and Type Method Description 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(List<TargetPlatformFilter> filters)
-
Uses of TargetPlatformFilter in org.eclipse.tycho.p2.target.facade
Methods in org.eclipse.tycho.p2.target.facade that return types with arguments of type TargetPlatformFilter Modifier and Type Method Description 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(List<TargetPlatformFilter> filters)
-
Uses of TargetPlatformFilter in org.eclipse.tycho.p2.target.filters
Constructor parameters in org.eclipse.tycho.p2.target.filters with type arguments of type TargetPlatformFilter Constructor Description TargetPlatformFilterEvaluator(List<TargetPlatformFilter> filters, MavenLogger logger)
-