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

Packages that use Vfs.UrlType
org.reflections.vfs   
 

Uses of Vfs.UrlType in org.reflections.vfs
 

Classes in org.reflections.vfs that implement Vfs.UrlType
static class Vfs.DefaultUrlTypes
          default url types used by Vfs.fromURL(java.net.URL)
 

Methods in org.reflections.vfs that return types with arguments of type Vfs.UrlType
static java.util.List<Vfs.UrlType> Vfs.getDefaultUrlTypes()
          the default url types that will be used when issuing Vfs.fromURL(java.net.URL)
 

Methods in org.reflections.vfs with parameters of type Vfs.UrlType
static void Vfs.addDefaultURLTypes(Vfs.UrlType urlType)
          add a static default url types.
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
 

Method parameters in org.reflections.vfs with type arguments of type Vfs.UrlType
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 void Vfs.setDefaultURLTypes(java.util.List<Vfs.UrlType> urlTypes)
          sets the static default url types.
 



Copyright © 2010. All Rights Reserved.