com.sshtools.daemon.util |
|
Java Source File Name | Type | Comment |
StringExaminer.java | Class | As a subclass of StringScanner this class allows more advanced navigation
over the underlying string. |
StringPattern.java | Class | This class provides services for checking strings against string-patterns.
Currently it supports the wildcards
'' for any number of any character and
'?' for any one character. |
StringScanner.java | Class | Simple scanner that allows to navigate over the characters of a string. |
StringUtil.java | Class | The sole instance of this class provides several convienience methods for
string manipulation such as substring replacement or character repetition. |