Package org.eclipse.ecf.core.util
Class ConnectedContainerFilter
- java.lang.Object
- 
- org.eclipse.ecf.core.util.ConnectedContainerFilter
 
- 
- All Implemented Interfaces:
- IContainerFilter
 
 public class ConnectedContainerFilter extends Object implements IContainerFilter 
- 
- 
Constructor SummaryConstructors Constructor Description ConnectedContainerFilter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IDgetResult()booleanmatch(IContainer containerToMatch)Match a given containerToMatch against some set of implementation-defined criteria.
 
- 
- 
- 
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.
 
 - 
getResultpublic ID getResult() 
 
- 
 
-