Errai 3.0.1-SNAPSHOT

org.jboss.errai.reflections.vfs
Interface Vfs.Dir

All Known Implementing Classes:
JBossVfsDir, SystemDir, ZipDir
Enclosing class:
Vfs

public static interface Vfs.Dir

an abstract vfs dir


Method Summary
 void close()
           
 Iterable<Vfs.File> getFiles()
           
 String getPath()
           
 

Method Detail

getPath

String getPath()

getFiles

Iterable<Vfs.File> getFiles()

close

void close()

Errai 3.0.1-SNAPSHOT

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