org.apache.velocity.runtime.resource.loader
public class JarHolder extends java.lang.Object
Constructor and Description |
---|
JarHolder(RuntimeServices rs,
java.lang.String urlpath) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.util.Hashtable |
getEntries() |
java.io.InputStream |
getResource(java.lang.String theentry) |
java.lang.String |
getUrlPath() |
void |
init() |
public JarHolder(RuntimeServices rs, java.lang.String urlpath)
rs
- urlpath
- public void init()
public void close()
public java.io.InputStream getResource(java.lang.String theentry) throws ResourceNotFoundException
theentry
- ResourceNotFoundException
public java.util.Hashtable getEntries()
public java.lang.String getUrlPath()
Copyright © 2000-2014. All Rights Reserved.