Class SystemDir

  • All Implemented Interfaces:
    Vfs.Dir

    public class SystemDir
    extends java.lang.Object
    implements Vfs.Dir
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.io.File file  
    • Constructor Summary

      Constructors 
      Constructor Description
      SystemDir​(java.io.File file)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Iterable<Vfs.File> getFiles()  
      java.lang.String getPath()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.reflections.vfs.Vfs.Dir

        close
    • Field Detail

      • file

        private final java.io.File file
    • Constructor Detail

      • SystemDir

        public SystemDir​(java.io.File file)
    • Method Detail

      • getPath

        public java.lang.String getPath()
        Specified by:
        getPath in interface Vfs.Dir