Class JarHolder
- java.lang.Object
-
- org.codehaus.plexus.resource.loader.JarHolder
-
public class JarHolder extends java.lang.ObjectA small wrapper around a Jar- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description JarHolder(java.lang.String urlpath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()java.util.HashtablegetEntries()PlexusResourcegetPlexusResource(java.lang.String name)java.io.InputStreamgetResource(java.lang.String theentry)java.lang.StringgetUrlPath()voidinit()
-
-
-
Method Detail
-
init
public void init()
-
close
public void close()
-
getResource
public java.io.InputStream getResource(java.lang.String theentry) throws ResourceNotFoundException- Throws:
ResourceNotFoundException
-
getEntries
public java.util.Hashtable getEntries()
-
getUrlPath
public java.lang.String getUrlPath()
-
getPlexusResource
public PlexusResource getPlexusResource(java.lang.String name)
-
-