|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFilter
A filter compares the given object to some pattern and returns
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.
Method Summary | |
---|---|
boolean |
matches(IExtensionPoint target)
Return true if the given object matches the criteria
for this filter. |
Method Detail |
---|
boolean matches(IExtensionPoint target)
true
if the given object matches the criteria
for this filter.
target
- the object to match
true
if the target matches this filter
and false
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |