org.reflections.vfs
Interface Vfs.Dir

All Known Implementing Classes:
SystemDir, ZipDir
Enclosing class:
Vfs

public static interface Vfs.Dir

an abstract vfs dir


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

Method Detail

getPath

java.lang.String getPath()

getFiles

java.lang.Iterable<Vfs.File> getFiles()

close

void close()


Copyright © 2010. All Rights Reserved.