Uses of Class
com.sshtools.daemon.util.StringExaminer
-
Packages that use StringExaminer Package Description com.sshtools.daemon.util -
-
Uses of StringExaminer in com.sshtools.daemon.util
Methods in com.sshtools.daemon.util that return StringExaminer Modifier and Type Method Description protected StringExaminer
StringPattern. newExaminer(java.lang.String str)
Methods in com.sshtools.daemon.util with parameters of type StringExaminer Modifier and Type Method 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)
-