org.netbeans.lib.cvsclient.util
Interface StringPattern

All Known Implementing Classes:
SimpleStringPattern

public interface StringPattern

Author:
Thomas Singer

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

Method Detail

doesMatch

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



Copyright © 2011. All Rights Reserved.