Package org.eclipse.ecf.core.util
Class AdapterContainerFilter
- java.lang.Object
- 
- org.eclipse.ecf.core.util.AdapterContainerFilter
 
- 
- All Implemented Interfaces:
- IContainerFilter
 
 public class AdapterContainerFilter extends Object implements IContainerFilter 
- 
- 
Constructor SummaryConstructors Constructor Description AdapterContainerFilter(Class clazz)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetMatchResult()booleanmatch(IContainer containerToMatch)Match a given containerToMatch against some set of implementation-defined criteria.
 
- 
- 
- 
Constructor Detail- 
AdapterContainerFilterpublic AdapterContainerFilter(Class clazz) 
 
- 
 - 
Method Detail- 
matchpublic boolean match(IContainer containerToMatch) Description copied from interface:IContainerFilterMatch a given containerToMatch against some set of implementation-defined criteria.- Specified by:
- matchin interface- IContainerFilter
- Parameters:
- containerToMatch- the containerToMatch. Will not be- null.
- Returns:
- boolean true if the given containerToMatch fulfills some implementation-dependent criteria. false if not.
 
 - 
getMatchResultpublic Object getMatchResult() 
 
- 
 
-