Class JarHolder
java.lang.Object
org.apache.velocity.runtime.resource.loader.JarHolder
A small wrapper around a Jar
- Version:
- $Id$
- Author:
- Dave Bryson
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JarHolder
- Parameters:
rs
-urlpath
-log
-
-
-
Method Details
-
init
public void init() -
close
public void close() -
getResource
- Parameters:
theentry
-- Returns:
- The requested resource.
- Throws:
ResourceNotFoundException
-
getEntries
- Returns:
- The entries of the jar as a hashtable.
-
getUrlPath
- Returns:
- The URL path of this jar holder.
-