nice.tools.util |
|
Java Source File Name | Type | Comment |
Chronometer.java | Class | Tool to mesure time cumulatively. |
DirectoryClassLoader.java | Class | |
JDK.java | Class | Implementations of features that were introduced in recent JDKs
(1.4 and later).
We don't want to call them directly, as this would break compatibility with
JDK 1.3, but we implement replacements here. |
SelfContainedClassLoader.java | Class | A class loader that does not delegate to any parent, except
java* classes to the system classloader. |
System.java | Class | Communication with the system environment. |