(String fullPath)
| 149 | } |
| 150 | |
| 151 | public URL getURL(String fullPath) throws MalformedURLException { |
| 152 | return (fullPath.indexOf(classPath) < 0 ? null |
| 153 | : new URL("jar", null, uri + "!/" + fullPath));//.replaceAll(" ", "%20"))); |
| 154 | } |
| 155 | |
| 156 | @Override |
| 157 | public String toString() { |