Package org.eclipse.pde.core.plugin
Class PluginRegistry.PluginFilter
- java.lang.Object
-
- org.eclipse.pde.core.plugin.PluginRegistry.PluginFilter
-
- Enclosing class:
- PluginRegistry
public static class PluginRegistry.PluginFilter extends Object
Filter used when searching for plug-in models.Clients may subclass this class to implement custom filters.
-
-
Constructor Summary
Constructors Constructor Description PluginFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(IPluginModelBase model)
Returns whether the given model is accepted by this filter.
-
-
-
Method Detail
-
accept
public boolean accept(IPluginModelBase model)
Returns whether the given model is accepted by this filter.- Parameters:
model
- plug-in model- Returns:
- whether accepted by this filter
-
-