org.zilverline.util |
The classes in this package provide a few utility classes
that I found missing or missed finding elsewhere.
Michael Franken, 2005
|
Java Source File Name | Type | Comment |
About.java | Class | Contains build information about Zilverline. |
ClassFinder.java | Class | This class finds classes that implement one or more specified interfaces. |
FileUtils.java | Class | A Bunch of utilities for File manipulation. |
StopWatch.java | Class | StopWatch reports elapsed time between start and stop. |
StopWatchException.java | Class | An exception that indicates a StopWatch was not used properly. |
StreamGobbler.java | Class | Utility class (a Thread) for getting Stream output from running process. |
SysUtils.java | Class | The SystemErrors holds possible errorcodes for Various platforms. |
TestClassFinder.java | Class | |
TestFileUtils.java | Class | |
TestStopWatch.java | Class | |
TestSysUtils.java | Class | |
TestUtils.java | Class | |
Utils.java | Class | A Bunch of general purpose utilities . |