Uses of Interface
org.reflections.vfs.Vfs.UrlType
-
Packages that use Vfs.UrlType Package Description org.reflections.vfs -
-
Uses of Vfs.UrlType in org.reflections.vfs
Classes in org.reflections.vfs that implement Vfs.UrlType Modifier and Type Class Description classUrlTypeVFSUrlType to be used by Reflections library.static classVfs.DefaultUrlTypesdefault url types used byVfs.fromURL(java.net.URL)Fields in org.reflections.vfs with type parameters of type Vfs.UrlType Modifier and Type Field Description private static java.util.List<Vfs.UrlType>Vfs. defaultUrlTypesMethods in org.reflections.vfs that return types with arguments of type Vfs.UrlType Modifier and Type Method Description static java.util.List<Vfs.UrlType>Vfs. getDefaultUrlTypes()the default url types that will be used when issuingVfs.fromURL(java.net.URL)Methods in org.reflections.vfs with parameters of type Vfs.UrlType Modifier and Type Method Description static voidVfs. addDefaultURLTypes(Vfs.UrlType urlType)add a static default url types to the beginning of the default url types list.static Vfs.DirVfs. fromURL(java.net.URL url, Vfs.UrlType... urlTypes)tries to create a Dir from the given url, using the given urlTypesMethod parameters in org.reflections.vfs with type arguments of type Vfs.UrlType Modifier and Type Method Description static Vfs.DirVfs. fromURL(java.net.URL url, java.util.List<Vfs.UrlType> urlTypes)tries to create a Dir from the given url, using the given urlTypesstatic voidVfs. setDefaultURLTypes(java.util.List<Vfs.UrlType> urlTypes)sets the static default url types.
-