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 TypeClassDescriptionclass
UrlType to be used by Reflections library.static enum
default 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 void
Vfs.addDefaultURLTypes
(Vfs.UrlType urlType) add a static default url types to the beginning of the default url types list.static Vfs.Dir
Vfs.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.Dir
Vfs.fromURL
(URL url, List<Vfs.UrlType> urlTypes) tries to create a Dir from the given url, using the given urlTypesstatic void
Vfs.setDefaultURLTypes
(List<Vfs.UrlType> urlTypes) sets the static default url types.