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

Packages that use Vfs.Dir
org.reflections.vfs   
 

Uses of Vfs.Dir in org.reflections.vfs
 

Classes in org.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.reflections.vfs that return Vfs.Dir
 Vfs.Dir Vfs.UrlType.createDir(java.net.URL url)
           
static Vfs.Dir Vfs.fromURL(java.net.URL url)
          tries to create a Dir from the given url, using the defaultUrlTypes
static Vfs.Dir Vfs.fromURL(java.net.URL url, java.util.List<Vfs.UrlType> urlTypes)
          tries to create a Dir from the given url, using the given urlTypes
static Vfs.Dir Vfs.fromURL(java.net.URL url, Vfs.UrlType... urlTypes)
          tries to create a Dir from the given url, using the given urlTypes
 



Copyright © 2010. All Rights Reserved.