public interface IFilter
true
if the two match and false
otherwise.
This interface may be implemented by clients, however factory methods are available on IExtensionTracker.
This interface can be used without OSGi running.
Modifier and Type | Method and Description |
---|---|
boolean |
matches(IExtensionPoint target)
Return
true if the given object matches the criteria
for this filter. |
boolean matches(IExtensionPoint target)
true
if the given object matches the criteria
for this filter.target
- the object to matchtrue
if the target matches this filter
and false
otherwise
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.