org.reflections.vfs
Interface Vfs.Dir

All Known Implementing Classes:
CommonsVfs2UrlType.Dir, JarInputDir, SystemDir, ZipDir
Enclosing class:
Vfs

public static interface Vfs.Dir

an abstract vfs dir


Method Summary
 void close()
           
 Iterable<Vfs.File> getFiles()
           
 String getPath()
           
 

Method Detail

getPath

String getPath()

getFiles

Iterable<Vfs.File> getFiles()

close

void close()


Copyright © 2013. All Rights Reserved.