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 Details

    • initFromNode

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

      void setName(String name)
    • getName

      String getName()
    • setType

      void setType(boolean collection)
    • isCollection

      boolean isCollection()
    • setSize

      void setSize(long size)
    • getSize

      long getSize()
    • setDateTime

      void setDateTime(String dateTime)
    • getDateTime

      String getDateTime()
    • getMonth

      String getMonth()
    • getDay

      int getDay()
    • getTime

      String getTime()