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

Returns an enumeration of URL objects representing all the resources with the given name. Class loader implementations should override this method to specify where to load resources from.

Parameters:
name     The resource name

Returns:  An enumeration of URL objects for the resources

Exceptions:
IOException     If I/O errors occur

Since:  1.2