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

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


 

Built on October 26 2010.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.