org.eclipse.rse.services.clientserver
Class RegexPatternMatcher
java.lang.Object
org.eclipse.rse.services.clientserver.RegexPatternMatcher
- All Implemented Interfaces:
- ISearchPatternMatcher
public class RegexPatternMatcher
- extends Object
- implements ISearchPatternMatcher
A pattern matcher used for search that uses regex
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegexPatternMatcher
public RegexPatternMatcher(String pattern)
stringMatches
public boolean stringMatches(String compareString)
- Specified by:
stringMatches
in interface ISearchPatternMatcher
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.