public class JarHolder extends Object
Modifier and Type | Method and Description |
---|---|
void |
close() |
Hashtable |
getEntries() |
PlexusResource |
getPlexusResource(String name) |
InputStream |
getResource(String theentry) |
String |
getUrlPath() |
void |
init() |
public JarHolder(String urlpath)
public void init()
public void close()
public InputStream getResource(String theentry) throws ResourceNotFoundException
ResourceNotFoundException
public Hashtable getEntries()
public String getUrlPath()
public PlexusResource getPlexusResource(String name)
Copyright © 2001–2019 Codehaus Plexus. All rights reserved.