org.eclipse.ecf.core.util
Class AdapterContainerFilter

java.lang.Object
  extended by org.eclipse.ecf.core.util.AdapterContainerFilter
All Implemented Interfaces:
IContainerFilter

public class AdapterContainerFilter
extends java.lang.Object
implements IContainerFilter


Constructor Summary
AdapterContainerFilter(java.lang.Class clazz)
           
 
Method Summary
 java.lang.Object getMatchResult()
           
 boolean match(IContainer containerToMatch)
          Match a given containerToMatch against some set of implementation-defined criteria.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdapterContainerFilter

public AdapterContainerFilter(java.lang.Class clazz)
Method Detail

match

public boolean match(IContainer containerToMatch)
Description copied from interface: IContainerFilter
Match a given containerToMatch against some set of implementation-defined criteria.

Specified by:
match in interface IContainerFilter
Parameters:
containerToMatch - the containerToMatch. Will not be null.
Returns:
if the given containerToMatch fulfills some implementation-dependent criteria. if not.

getMatchResult

public java.lang.Object getMatchResult()