org.reflections.vfs
Class SystemDir

java.lang.Object
  extended by org.reflections.vfs.SystemDir
All Implemented Interfaces:
Vfs.Dir

public class SystemDir
extends java.lang.Object
implements Vfs.Dir

an implementation of Vfs.Dir for directory File


Constructor Summary
SystemDir(java.net.URL url)
           
 
Method Summary
 void close()
           
 java.lang.Iterable<Vfs.File> getFiles()
           
 java.lang.String getPath()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SystemDir

public SystemDir(java.net.URL url)
Method Detail

getPath

public java.lang.String getPath()
Specified by:
getPath in interface Vfs.Dir

getFiles

public java.lang.Iterable<Vfs.File> getFiles()
Specified by:
getFiles in interface Vfs.Dir

close

public void close()
Specified by:
close in interface Vfs.Dir

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010. All Rights Reserved.