Package classycle.util
Interface StringPattern
-
- All Known Implementing Classes:
AndStringPattern,NotStringPattern,OrStringPattern,StringPatternSequence,TrueStringPattern,WildCardPattern
public interface StringPatternInterface for string pattern matching.- Author:
- Franz-Josef Elmer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(java.lang.String string)Returns true if the specified string matches the pattern.
-