org.apache.velocity.runtime.resource.loader
Class JarHolder
java.lang.Object
org.apache.velocity.runtime.resource.loader.JarHolder
- public class JarHolder
- extends Object
A small wrapper around a Jar
- Version:
- $Id: JarHolder.java 292957 2005-10-01 11:28:17Z henning $
- Author:
- Dave Bryson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JarHolder
public JarHolder(RuntimeServices rs,
String urlpath)
init
public void init()
close
public void close()
getResource
public InputStream getResource(String theentry)
throws ResourceNotFoundException
- Throws:
ResourceNotFoundException
getEntries
public Hashtable getEntries()
getUrlPath
public String getUrlPath()
Copyright ? 2000-2007 Apache Software Foundation. All Rights Reserved.