Errai 3.0.1-SNAPSHOT

org.jboss.errai.reflections.vfs
Class SystemDir

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

public class SystemDir
extends Object
implements Vfs.Dir

an implementation of Vfs.Dir for directory File


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

Constructor Detail

SystemDir

public SystemDir(URL url)
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

toString

public String toString()
Overrides:
toString in class Object

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.