Ejemplo n.º 1
0
 public URL getResource(String name) {
   return loader.getResource(name);
 }
Ejemplo n.º 2
0
 public URL getEntry(String path) {
   if (path.startsWith("/")) path = path.substring(1);
   return loader.getResource(path);
 }