public class JarHolder extends Object
Constructor and Description |
---|
JarHolder(RuntimeServices rs,
String urlpath,
org.slf4j.Logger log) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Hashtable |
getEntries() |
InputStream |
getResource(String theentry) |
String |
getUrlPath() |
void |
init() |
public JarHolder(RuntimeServices rs, String urlpath, org.slf4j.Logger log)
rs
- urlpath
- log
- public void init()
public void close()
public InputStream getResource(String theentry) throws ResourceNotFoundException
theentry
- ResourceNotFoundException
public Hashtable getEntries()
public String getUrlPath()
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.