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 TargetPlatformFilterTargetPlatformFilter. removeAllFilter(TargetPlatformFilter.CapabilityPattern scopePattern)static TargetPlatformFilterTargetPlatformFilter. 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 voidTargetPlatformConfiguration. 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 voidTargetPlatformConfigurationStub. 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)
-