org.mortbay.util
public class JarResource extends URLResource
| Field Summary | |
|---|---|
| protected JarURLConnection | _jarConnection |
| Method Summary | |
|---|---|
| protected boolean | checkConnection() |
| boolean | exists()
Returns true if the respresenetd resource exists. |
| static void | extract(Resource resource, File directory, boolean deleteOnExit) |
| void | extract(File directory, boolean deleteOnExit) |
| File | getFile() |
| InputStream | getInputStream() |
| protected void | newConnection() |
| void | release() |