Package | Description |
---|---|
com.sshtools.daemon.util |
Modifier and Type | Method and Description |
---|---|
protected StringExaminer |
StringPattern.newExaminer(java.lang.String str) |
Modifier and Type | Method and Description |
---|---|
protected char |
StringPattern.getPatternChar(StringExaminer patternIterator,
char probeCh) |
protected boolean |
StringPattern.matchReverse(java.lang.String pattern,
StringExaminer probeIterator) |
protected boolean |
StringPattern.skipAfter(StringExaminer examiner,
java.lang.String matchString)
Increments the given iterator up to the last character that matched the
character sequence in the given matchString.
|
protected char |
StringPattern.skipWildcards(StringExaminer iterator)
Moves the iterator position to the next character that is no wildcard.
|
protected java.lang.String |
StringPattern.upToEnd(StringExaminer iterator) |
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.