Package org.reflections.vfs
Class ZipDir
- java.lang.Object
-
- org.reflections.vfs.ZipDir
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.zip.ZipFilejarFile
-
Constructor Summary
Constructors Constructor Description ZipDir(java.util.jar.JarFile jarFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()java.lang.Iterable<Vfs.File>getFiles()java.lang.StringgetPath()java.lang.StringtoString()
-