public Enumeration<URL> getResources(String name) throws IOException {
   return loader.getResources(name);
 }