Uses of Class
org.eclipse.pde.core.plugin.PluginRegistry.PluginFilter
-
Packages that use PluginRegistry.PluginFilter Package Description org.eclipse.pde.core.plugin Application programming interfaces for working with PDE's model of plug-ins. -
-
Uses of PluginRegistry.PluginFilter in org.eclipse.pde.core.plugin
Methods in org.eclipse.pde.core.plugin with parameters of type PluginRegistry.PluginFilter Modifier and Type Method Description static IPluginModelBase
PluginRegistry. findModel(String id, String version, int match, PluginRegistry.PluginFilter filter)
Returns a model matching the given id, version, match rule, and optional filter, ornull
if none.static IPluginModelBase
PluginRegistry. findModel(String id, VersionRange range, PluginRegistry.PluginFilter filter)
Returns a model matching the given id, version range, and optional filter, ornull
if none.static IPluginModelBase[]
PluginRegistry. findModels(String id, String version, int match, PluginRegistry.PluginFilter filter)
Returns all models matching the given id, version, match rule, and optional filter.static IPluginModelBase[]
PluginRegistry. findModels(String id, VersionRange range, PluginRegistry.PluginFilter filter)
Returns all models matching the given id, version range, and optional filter.
-