Package org.eclipse.ecf.core.util
Class AdapterContainerFilter
java.lang.Object
org.eclipse.ecf.core.util.AdapterContainerFilter
- All Implemented Interfaces:
IContainerFilter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
match
(IContainer containerToMatch) Match a given containerToMatch against some set of implementation-defined criteria.
-
Constructor Details
-
AdapterContainerFilter
-
-
Method Details
-
match
Description copied from interface:IContainerFilter
Match a given containerToMatch against some set of implementation-defined criteria.- Specified by:
match
in interfaceIContainerFilter
- Parameters:
containerToMatch
- the containerToMatch. Will not benull
.- Returns:
- boolean true if the given containerToMatch fulfills some implementation-dependent criteria. false if not.
-
getMatchResult
-