Interface FtpFileInfo

  • All Known Implementing Classes:
    FtpFileInfoImpl

    public interface FtpFileInfo
    Created by The eXo Platform SAS Author : Vitaly Guly gavrik-vetal@ukr.net/mail.ru
    Version:
    $Id: $
    • Method Detail

      • initFromNode

        void initFromNode​(javax.jcr.Node node)
                   throws Exception
        Throws:
        Exception
      • setName

        void setName​(String name)
      • setType

        void setType​(boolean collection)
      • isCollection

        boolean isCollection()
      • setSize

        void setSize​(long size)
      • getSize

        long getSize()
      • setDateTime

        void setDateTime​(String dateTime)
      • getDateTime

        String getDateTime()
      • getDay

        int getDay()