public Enumeration<URL> findResources (String name) throws IOException

Overriding: java.lang.ClassLoader

Returns an Enumeration of URLs representing all of the resources on the URL search path having the specified name.

Parameters:
name    the resource name

Returns:  An Enumeration of URLs. If the loader is closed, the Enumeration contains no elements.

Exceptions:
IOException    if an I/O exception occurs