org.apache.velocity.runtime.resource.loader
public class JarHolder extends Object
Version: $Id: JarHolder.java,v 1.8.4.1 2004/03/03 23:23:02 geirm Exp $
| Field Summary | |
|---|---|
| JarURLConnection | conn |
| RuntimeServices | rsvc |
| JarFile | theJar |
| String | urlpath |
| Constructor Summary | |
|---|---|
| JarHolder(RuntimeServices rs, String urlpath) | |
| Method Summary | |
|---|---|
| void | close() |
| Hashtable | getEntries() |
| InputStream | getResource(String theentry) |
| String | getUrlPath() |
| void | init() |