Package org.reflections.vfs
Class SystemDir
- java.lang.Object
-
- org.reflections.vfs.SystemDir
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
Iterable<Vfs.File>
getFiles()
String
getPath()
String
toString()
-
-
-
Constructor Detail
-
SystemDir
public SystemDir(File file)
-
-