Eclipse PDE
Release 3.6

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

java.lang.Object
  extended by 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.

Since:
3.6
See Also:
PluginRegistry.findModel(String, String, int, PluginFilter), PluginRegistry.findModel(String, VersionRange, PluginFilter)

Constructor Summary
PluginRegistry.PluginFilter()
           
 
Method Summary
 boolean accept(IPluginModelBase model)
          Returns whether the given model is accepted by this filter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginRegistry.PluginFilter

public PluginRegistry.PluginFilter()
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

Eclipse PDE
Release 3.6

Guidelines for using Eclipse APIs.

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