RSE
Release 3.3

org.eclipse.rse.services.clientserver
Interface IMatcher

All Known Subinterfaces:
ISystemSearchMatcher
All Known Implementing Classes:
FileTypeMatcher, NamePatternMatcher, SystemSearchFileNameMatcher, SystemSearchStringMatcher

public interface IMatcher

Generic interface for any class whose job is to test if a given name matches some filtering criteria


Method Summary
 boolean matches(String input)
          Test if the given name matches the given filtering criteria
 

Method Detail

matches

boolean matches(String input)
Test if the given name matches the given filtering criteria

Parameters:
input - Input string to be matched
Returns:
true if the input string matches this matcher's criteria

RSE
Release 3.3

Copyright (c) IBM Corporation and others 2000, 2011. All Rights Reserved.