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$
- 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()
getPlexusResource
public PlexusResource getPlexusResource(String name)
Copyright © 2001-2015 Codehaus. All Rights Reserved.