org.codehaus.plexus.resource.loader
Class JarHolder
java.lang.Object
org.codehaus.plexus.resource.loader.JarHolder
public class JarHolder
- extends Object
A small wrapper around a Jar
- Version:
- $Id: JarHolder.java 4941 2006-12-02 19:39:39Z jvanzyl $
- Author:
- Dave Bryson, Jason van Zyl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JarHolder
public JarHolder(String urlpath)
init
public void init()
close
public void close()
getResource
public InputStream getResource(String theentry)
throws ResourceNotFoundException
- Throws:
ResourceNotFoundException
getEntries
public Hashtable getEntries()
getUrlPath
public String getUrlPath()
Copyright © 2001-2012 Codehaus. All Rights Reserved.