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 - public void init()
public void close()
public InputStream getResource(String theentry) throws ResourceNotFoundException
theentry - ResourceNotFoundExceptionpublic Hashtable getEntries()
public String getUrlPath()
Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.