org.reflections.vfs
Class ZipDir

java.lang.Object
  extended by 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)
           
 
Method Summary
 void close()
           
 java.lang.Iterable<Vfs.File> getFiles()
           
 java.lang.String getPath()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZipDir

public ZipDir(java.net.URL url)

ZipDir

public ZipDir(java.lang.String path)
Method Detail

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.