General utility methods
See: Description
| Class Summary | |
|---|---|
| DetailedIllegalArgumentException | A more detailed version of IllegalArgumentException that contains information about what argument was not legal. |
| DetailedNullPointerException | A more detailed version of NullPointerException that contains information about what argument was null. |
| DirectoryWalker |
A class to walk through the directory structure from a given starting point
and return either files or directories or both. The following sample gets all java files. |
| DocumentUtil | Various utility methods relating to documents. |
| DocumentUtil.LengthLimitedDocument | A wrapper document that prevents the user from typing more than a specified number of characters. |
| DocumentUtil.PassthroughDocument | A document that merely passes all requests through to another document. |
| ProxyUtil | A collection of utility methods dealing with proxy objects |
| StringUtil | A collection of utility methods dealing with strings |