Uses of Interface
org.reflections.vfs.Vfs.Dir
-
Packages that use Vfs.Dir Package Description org.reflections.vfs -
-
Uses of Vfs.Dir in org.reflections.vfs
Classes in org.reflections.vfs that implement Vfs.Dir Modifier and Type Class Description classJarInputDirclassSystemDirclassZipDiran implementation ofVfs.DirforZipFileMethods in org.reflections.vfs that return Vfs.Dir Modifier and Type Method Description Vfs.DirUrlTypeVFS. createDir(java.net.URL url)Vfs.DirVfs.UrlType. createDir(java.net.URL url)static Vfs.DirVfs. fromURL(java.net.URL url)tries to create a Dir from the given url, using the defaultUrlTypesstatic 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 Vfs.DirVfs. fromURL(java.net.URL url, Vfs.UrlType... urlTypes)tries to create a Dir from the given url, using the given urlTypes
-