public static Enumeration<URL> getSystemResources (String name) throws IOException

Finds all resources of the specified name from the search path used to load classes. The resources thus found are returned as an Enumeration of URL objects.

The search order is described in the documentation for getSystemResource(String).

Parameters:
name     The resource name

Returns:  An enumeration of resource URL objects

Exceptions:
IOException     If I/O errors occur

Since:  1.2