Package org.apache.tomcat.util.scan
Class JarFactory
- java.lang.Object
- 
- org.apache.tomcat.util.scan.JarFactory
 
- 
 public class JarFactory extends java.lang.ObjectProvide a mechanism to obtain objects that implementJar.
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static java.net.URLgetJarEntryURL(java.net.URL baseUrl, java.lang.String entryName)static JarnewInstance(java.net.URL url)
 
- 
- 
- 
Method Detail- 
newInstancepublic static Jar newInstance(java.net.URL url) throws java.io.IOException - Throws:
- java.io.IOException
 
 - 
getJarEntryURLpublic static java.net.URL getJarEntryURL(java.net.URL baseUrl, java.lang.String entryName) throws java.net.MalformedURLException- Throws:
- java.net.MalformedURLException
 
 
- 
 
-