Package org.apache.tomcat.util.scan
Class JarFactory
- java.lang.Object
-
- org.apache.tomcat.util.scan.JarFactory
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static URL
getJarEntryURL(URL baseUrl, String entryName)
static Jar
newInstance(URL url)
-
-
-
Method Detail
-
newInstance
public static Jar newInstance(URL url) throws IOException
- Throws:
IOException
-
getJarEntryURL
public static URL getJarEntryURL(URL baseUrl, String entryName) throws MalformedURLException
- Throws:
MalformedURLException
-
-