Uses of Class
com.sshtools.daemon.util.StringExaminer
Packages that use StringExaminer
-
Uses of StringExaminer in com.sshtools.daemon.util
Methods in com.sshtools.daemon.util that return StringExaminerMethods in com.sshtools.daemon.util with parameters of type StringExaminerModifier and TypeMethodDescriptionprotected charStringPattern.getPatternChar(StringExaminer patternIterator, char probeCh) protected booleanStringPattern.matchReverse(String pattern, StringExaminer probeIterator) protected booleanStringPattern.skipAfter(StringExaminer examiner, String matchString) Increments the given iterator up to the last character that matched the character sequence in the given matchString.protected charStringPattern.skipWildcards(StringExaminer iterator) Moves the iterator position to the next character that is no wildcard.protected StringStringPattern.upToEnd(StringExaminer iterator)