org.reflections.vfs
Class CommonsVfs2UrlType.Dir

java.lang.Object
  extended by org.reflections.vfs.CommonsVfs2UrlType.Dir
All Implemented Interfaces:
Vfs.Dir
Enclosing interface:
CommonsVfs2UrlType

public static class CommonsVfs2UrlType.Dir
extends Object
implements Vfs.Dir


Constructor Summary
CommonsVfs2UrlType.Dir(org.apache.commons.vfs2.FileObject file)
           
 
Method Summary
 void close()
           
 Iterable<Vfs.File> getFiles()
           
 String getPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonsVfs2UrlType.Dir

public CommonsVfs2UrlType.Dir(org.apache.commons.vfs2.FileObject file)
Method Detail

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.