类 FileInfo


  • public class FileInfo
    extends java.lang.Object
    The class to represent the information of File or Folder.
    • 构造器概要

      构造器 
      构造器 说明
      FileInfo()  
    • 构造器详细资料

      • FileInfo

        public FileInfo()
    • 方法详细资料

      • setName

        public void setName​(java.lang.String name)
      • setFile

        public void setFile​(boolean file)
      • setSize

        public void setSize​(int size)
      • setCreated

        public void setCreated​(long created)
      • setUpdated

        public void setUpdated​(long updated)
      • getName

        public java.lang.String getName()
      • isFile

        public boolean isFile()
      • getSize

        public int getSize()
      • getCreated

        public java.util.Date getCreated()
      • getUpdated

        public java.util.Date getUpdated()