(String name)
| 185 | } |
| 186 | |
| 187 | public static Enumeration<URL> getSystemResources(String name) throws IOException { |
| 188 | return getSystemClassLoader().getResources(name); |
| 189 | } |
| 190 | |
| 191 | public Enumeration<URL> getResources(String name) |
| 192 | throws IOException { |
nothing calls this directly
no test coverage detected