org.reflections.vfs
Class CommonsVfs2UrlType.Dir
java.lang.Object
org.reflections.vfs.CommonsVfs2UrlType.Dir
- All Implemented Interfaces:
- Vfs.Dir
- Enclosing interface:
- CommonsVfs2UrlType
public static class CommonsVfs2UrlType.Dir
- extends Object
- implements Vfs.Dir
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommonsVfs2UrlType.Dir
public CommonsVfs2UrlType.Dir(org.apache.commons.vfs2.FileObject 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
Copyright © 2013. All Rights Reserved.