org.jboss.errai.reflections.vfs
Class ZipDir
java.lang.Object
   org.jboss.errai.reflections.vfs.ZipDir
org.jboss.errai.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 p)
 | 
| 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 p)
getPath
public java.lang.String getPath()
- 
- Specified by:
- getPathin interface- Vfs.Dir
 
- 
 
getFiles
public java.lang.Iterable<Vfs.File> getFiles()
- 
- Specified by:
- getFilesin interface- Vfs.Dir
 
- 
 
close
public void close()
- 
- Specified by:
- closein interface- Vfs.Dir
 
- 
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- java.lang.Object
 
- 
 
Copyright © 2011. All Rights Reserved.