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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
Hashtable
getEntries()
PlexusResource
getPlexusResource(String name)
InputStream
getResource(String theentry)
String
getUrlPath()
void
init()
-
-
-
Constructor Detail
-
JarHolder
public JarHolder(String urlpath)
-
-
Method Detail
-
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)
-
-