MCPcopy Index your code
hub / github.com/apache/tomcat / getURL

Method getURL

java/org/apache/tomcat/Jar.java:138–138  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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.

Callers 15

loadTagFileMethod · 0.95
JavacErrorDetailMethod · 0.95
testJarWarMetaInfMethod · 0.65
TagLibraryInfoImplMethod · 0.65
dispatchMethod · 0.65
visitMethod · 0.65
doParseMethod · 0.65

Implementers 3

ReferenceCountedJarjava/org/apache/tomcat/util/scan/Refer
JarFileUrlJarjava/org/apache/tomcat/util/scan/JarFi
AbstractInputStreamJarjava/org/apache/tomcat/util/scan/Abstr

Calls

no outgoing calls