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 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 voidTargetPlatformFilterConfigurationReader. 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. filtersMethods 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 voidTargetPlatformConfiguration. 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. iuFiltersMethods 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 voidTargetPlatformConfigurationStub. 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) TargetPlatformFilterTargetPlatformFilterEvaluator.FilterLogger. currentFilterFields in org.eclipse.tycho.p2.target.filters with type parameters of type TargetPlatformFilter Modifier and Type Field Description private java.util.List<TargetPlatformFilter>TargetPlatformFilterEvaluator. filtersMethods in org.eclipse.tycho.p2.target.filters with parameters of type TargetPlatformFilter Modifier and Type Method Description private voidTargetPlatformFilterEvaluator. applyFilter(TargetPlatformFilter filter, java.util.Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> targetPlatformUnits)private voidTargetPlatformFilterEvaluator. applyRemoveAllFilter(TargetPlatformFilter filter, java.util.Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> targetPlatformUnits)private voidTargetPlatformFilterEvaluator. applyRestrictionFilter(TargetPlatformFilter filter, java.util.Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> targetPlatformUnits)voidTargetPlatformFilterEvaluator.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)
-