Package org.eclipse.pde.core.plugin
Class PluginRegistry.PluginFilter
java.lang.Object
org.eclipse.pde.core.plugin.PluginRegistry.PluginFilter
- Enclosing class:
PluginRegistry
@Deprecated(forRemoval=true,
since="3.19 (removal in 2026-09 or later)")
public static class PluginRegistry.PluginFilter
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Filter used when searching for plug-in models.
Clients may subclass this class to implement custom filters.
- Since:
- 3.6
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionboolean
accept
(IPluginModelBase model) Deprecated, for removal: This API element is subject to removal in a future version.Returns whether the given model is accepted by this filter.
-
Constructor Details
-
PluginFilter
public PluginFilter()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
accept
Deprecated, for removal: This API element is subject to removal in a future version.Returns whether the given model is accepted by this filter.- Parameters:
model
- plug-in model- Returns:
- whether accepted by this filter
-
Predicate
and filter the stream returned byPluginRegistry.findModels(String, String, VersionMatchRule)
orPluginRegistry.findModels(String, VersionRange)