Package org.reflections.vfs
Interface Vfs.Dir
-
- All Known Implementing Classes:
JarInputDir,JbossDir,SystemDir,ZipDir
- Enclosing class:
- Vfs
public static interface Vfs.Diran abstract vfs dir
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidclose()java.lang.Iterable<Vfs.File>getFiles()java.lang.StringgetPath()
-
-
-
Method Detail
-
getPath
java.lang.String getPath()
-
getFiles
java.lang.Iterable<Vfs.File> getFiles()
-
close
default void close()
-
-