Uses of Interface
org.reflections.vfs.Vfs.UrlType
Packages that use Vfs.UrlType
-
Uses of Vfs.UrlType in org.reflections.vfs
Classes in org.reflections.vfs that implement Vfs.UrlTypeModifier and TypeClassDescriptionclassUrlType to be used by Reflections library.static enumdefault url types used byVfs.fromURL(java.net.URL)Fields in org.reflections.vfs with type parameters of type Vfs.UrlTypeMethods in org.reflections.vfs that return types with arguments of type Vfs.UrlTypeModifier and TypeMethodDescriptionstatic 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.UrlTypeModifier and TypeMethodDescriptionstatic voidVfs.addDefaultURLTypes(Vfs.UrlType urlType) add a static default url types to the beginning of the default url types list.static Vfs.DirVfs.fromURL(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.UrlTypeModifier and TypeMethodDescriptionstatic Vfs.DirVfs.fromURL(URL url, List<Vfs.UrlType> urlTypes) tries to create a Dir from the given url, using the given urlTypesstatic voidVfs.setDefaultURLTypes(List<Vfs.UrlType> urlTypes) sets the static default url types.