org.reflections.vfs
Class ZipDir

java.lang.Object
  extended by org.reflections.vfs.ZipDir
All Implemented Interfaces:
Vfs.Dir

public class ZipDir
extends Object
implements Vfs.Dir

an implementation of Vfs.Dir for ZipFile


Constructor Summary
ZipDir(JarFile jarFile)
           
 
Method Summary
 void close()
           
 Iterable<Vfs.File> getFiles()
           
 String getPath()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZipDir

public ZipDir(JarFile jarFile)
Method Detail

getPath

public String getPath()
Specified by:
getPath in interface Vfs.Dir

getFiles

public Iterable<Vfs.File> getFiles()
Specified by:
getFiles in interface Vfs.Dir

close

public void close()
Specified by:
close in interface Vfs.Dir

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All rights reserved.