org.jboss.errai.common.metadata
Class JBossVfsDir
java.lang.Object
org.jboss.errai.common.metadata.JBossVfsDir
- All Implemented Interfaces:
- Vfs.Dir
public class JBossVfsDir
- extends Object
- implements Vfs.Dir
Implementation of Vfs.Dir
to support JBoss VFS for proper classpath scanning on JBoss AS.
- Author:
- Mike Brock , Jonathan Fuerth
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JBossVfsDir
public JBossVfsDir(URL url)
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-2014 JBoss, a division of Red Hat. All Rights Reserved.