The Modern ClassLoader
This simple ClassLoader extension provides replacements for the normal ClassLoader.findResources(String) and ClassLoader.getSystemResources(String) methods which still return Enumerations (in order to maintain backwards compatibility) even in recent versions of Java. The replacement versions provided return Iterators instead so they are compatible with any existing code you have for operating on Iterators.
This software is made freely available under the MIT License.
Downloads
- Binaries
- Source