org.reflections.vfs
Class ZipDir
java.lang.Object
org.reflections.vfs.ZipDir
- All Implemented Interfaces:
- Vfs.Dir
public class ZipDir
- extends java.lang.Object
- implements Vfs.Dir
an implementation of Vfs.Dir
for ZipFile
Constructor Summary |
ZipDir(java.lang.String path)
|
ZipDir(java.net.URL url)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ZipDir
public ZipDir(java.net.URL url)
ZipDir
public ZipDir(java.lang.String path)
getPath
public java.lang.String getPath()
- Specified by:
getPath
in interface Vfs.Dir
getFiles
public java.lang.Iterable<Vfs.File> getFiles()
- Specified by:
getFiles
in interface Vfs.Dir
close
public void close()
- Specified by:
close
in interface Vfs.Dir
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2010. All Rights Reserved.