org.codehaus.plexus.resource.loader
public class JarHolder extends Object
Version: $Id: JarHolder.java 4941 2006-12-02 19:39:39Z jvanzyl $
Field Summary | |
---|---|
JarURLConnection | conn |
JarFile | theJar |
String | urlpath |
Constructor Summary | |
---|---|
JarHolder(String urlpath) |
Method Summary | |
---|---|
void | close() |
Hashtable | getEntries() |
InputStream | getResource(String theentry) |
String | getUrlPath() |
void | init() |