Eclipse PDE
Release 3.6

Uses of Class
org.eclipse.pde.core.plugin.PluginRegistry.PluginFilter

Packages that use PluginRegistry.PluginFilter
org.eclipse.pde.core.plugin   
 

Uses of PluginRegistry.PluginFilter in org.eclipse.pde.core.plugin
 

Methods in org.eclipse.pde.core.plugin with parameters of type PluginRegistry.PluginFilter
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, or null 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, or null 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.
 


Eclipse PDE
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) 2000, 2010 IBM Corporation and others. All rights reserved.