Obtain, in String form, the URL for an entry in this JAR. Note that for JARs nested in WAR files, the Tomcat specific war:file:... form will not be used, rather the jar:jar:file:... form (that the JRE does not understand will be used). Note that this means that any code using these URLs will need to
(String entry)
| 136 | * @return a URL for the specified entry in the JAR |
| 137 | */ |
| 138 | String getURL(String entry); |
| 139 | |
| 140 | /** |
| 141 | * Obtain the manifest for the JAR file. |
no outgoing calls