Package org.reflections.vfs
Interface Vfs.Dir
-
- All Known Implementing Classes:
JarInputDir
,SystemDir
,ZipDir
- Enclosing class:
- Vfs
public static interface Vfs.Dir
an abstract vfs dir
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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()
-
-