|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PatternDelegate
Implementations of this interface will provide pattern utility services.
Method Summary | |
---|---|
boolean |
contains(String patternString,
String input)
Answers the question whether the input string fulfills the pattern string provided. |
String |
getEscapedPatternString(String patternString)
Returns the escaped sequence of characters representing the pattern string provided. |
Method Detail |
---|
boolean contains(String patternString, String input)
patternString
- The pattern that the input string is compared against.input
- The string under test.
String getEscapedPatternString(String patternString)
patternString
- The raw sequence of characters that represent the pattern.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |