Class WindowsDirList


  • public class WindowsDirList
    extends DirList
    • Field Summary

      • Fields inherited from class net.rubygrapefruit.platform.internal.DirList

        files
    • Constructor Summary

      Constructors 
      Constructor Description
      WindowsDirList()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addFile​(java.lang.String name, int type, long size, long lastModified)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WindowsDirList

        public WindowsDirList()
    • Method Detail

      • addFile

        public void addFile​(java.lang.String name,
                            int type,
                            long size,
                            long lastModified)
        Overrides:
        addFile in class DirList