org.codehaus.plexus.resource.loader
Class JarHolder

java.lang.Object
  extended by 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

Constructor Summary
JarHolder(String urlpath)
           
 
Method Summary
 void close()
           
 Hashtable getEntries()
           
 InputStream getResource(String theentry)
           
 String getUrlPath()
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()


Copyright © 2001-2012 Codehaus. All Rights Reserved.