Errai 3.0.1-SNAPSHOT

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

Packages that use Vfs.Dir
org.jboss.errai.common.metadata   
org.jboss.errai.reflections.vfs   
 

Uses of Vfs.Dir in org.jboss.errai.common.metadata
 

Classes in org.jboss.errai.common.metadata that implement Vfs.Dir
 class JBossVfsDir
          Implementation of Vfs.Dir to support JBoss VFS for proper classpath scanning on JBoss AS.
 

Methods in org.jboss.errai.common.metadata that return Vfs.Dir
 Vfs.Dir JbossVFsTypeHandler.createDir(URL url)
           
 Vfs.Dir WarUrlType.createDir(URL url)
           
 Vfs.Dir LeafUrlType.createDir(URL url)
           
 

Uses of Vfs.Dir in org.jboss.errai.reflections.vfs
 

Classes in org.jboss.errai.reflections.vfs that implement Vfs.Dir
 class SystemDir
          an implementation of Vfs.Dir for directory File
 class ZipDir
          an implementation of Vfs.Dir for ZipFile
 

Methods in org.jboss.errai.reflections.vfs that return Vfs.Dir
 Vfs.Dir Vfs.UrlType.createDir(URL url)
           
 Vfs.Dir UrlTypeVFS.createDir(URL url)
           
static Vfs.Dir Vfs.fromURL(URL url)
          tries to create a Dir from the given url, using the defaultUrlTypes
static Vfs.Dir Vfs.fromURL(URL url, List<Vfs.UrlType> urlTypes)
          tries to create a Dir from the given url, using the given urlTypes
static Vfs.Dir Vfs.fromURL(URL url, Vfs.UrlType... urlTypes)
          tries to create a Dir from the given url, using the given urlTypes
 


Errai 3.0.1-SNAPSHOT

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