|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ops4j.io.ZipLister
public class ZipLister
Implementation of lister that list content of a zip file.
Constructor Summary | |
---|---|
ZipLister(URL baseURL,
Enumeration<? extends ZipEntry> zipEntries,
Pattern filter)
Creates a zip lister. |
|
ZipLister(URL baseURL,
Enumeration<? extends ZipEntry> zipEntries,
Pattern[] includes,
Pattern[] excludes)
Creates a zip lister. |
Method Summary | |
---|---|
List<URL> |
list()
Returns a list of urls the lister knows about. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ZipLister(URL baseURL, Enumeration<? extends ZipEntry> zipEntries, Pattern filter)
baseURL
- the url from which the zip file was createdzipEntries
- the zip file to be listed.filter
- filter to be used to filter entries from the zippublic ZipLister(URL baseURL, Enumeration<? extends ZipEntry> zipEntries, Pattern[] includes, Pattern[] excludes)
baseURL
- the url from which the zip file was createdzipEntries
- the zip file to be listed.includes
- filters to be used to include entries from the directoryexcludes
- filters to be used to exclude entries from the directoryMethod Detail |
---|
public List<URL> list() throws MalformedURLException
list
in interface Lister
MalformedURLException
- If an underlying problem occurs in the OSGi framework.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |