org.netbeans.lib.cvsclient.util
Interface StringPattern

All Known Implementing Classes:
SimpleStringPattern

public interface StringPattern


Method Summary
 boolean doesMatch(java.lang.String string)
          Returns whether the specified string matches thiz pattern.
 

Method Detail

doesMatch

public boolean doesMatch(java.lang.String string)
Returns whether the specified string matches thiz pattern.



Built on December 18 2007.  |  Portions Copyright 1997-2003 Sun Microsystems, Inc. All rights reserved.