org.reflections.vfs
Class SystemDir
java.lang.Object
org.reflections.vfs.SystemDir
- All Implemented Interfaces:
- Vfs.Dir
public class SystemDir
- extends Object
- implements Vfs.Dir
an implementation of Vfs.Dir for directory File
SystemDir
public SystemDir(File file)
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 © 2013. All Rights Reserved.