(String path)
| 360 | } |
| 361 | |
| 362 | public boolean hasJar(String path) { |
| 363 | for (URL url : extraJars) { |
| 364 | if (extraJarOriginalPaths.get(url).equals(path)) { |
| 365 | return true; |
| 366 | } |
| 367 | } |
| 368 | return false; |
| 369 | } |
| 370 | |
| 371 | /** |
| 372 | * Adds the specified path to the predeployed jars list. These jars will |