Interface FtpFileInfo

  • All Known Implementing Classes:
    FtpFileInfoImpl

    public interface FtpFileInfo
    Created by The eXo Platform SAS .
    Version:
    $Id: $
    Author:
    Vitaly Guly
    • Method Detail

      • setName

        void setName​(String name)
      • setSize

        void setSize​(long size)
      • getSize

        long getSize()
      • setType

        void setType​(boolean collection)
      • isCollection

        boolean isCollection()
      • setDate

        void setDate​(String date)
      • setTime

        void setTime​(String time)
      • parseDir

        boolean parseDir​(String fileLine,
                         String systemType)