eXo JCR :: Component :: FTP Service 1.16.7-M02

org.exoplatform.services.ftp.listcode
Interface FtpFileInfo

All Known Implementing Classes:
FtpFileInfoImpl

public interface FtpFileInfo

Created by The eXo Platform SAS Author : Vitaly Guly

Version:
$Id: $

Method Summary
 String getDateTime()
           
 int getDay()
           
 String getMonth()
           
 String getName()
           
 long getSize()
           
 String getTime()
           
 void initFromNode(javax.jcr.Node node)
           
 boolean isCollection()
           
 void setDateTime(String dateTime)
           
 void setName(String name)
           
 void setSize(long size)
           
 void setType(boolean collection)
           
 

Method Detail

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()

eXo JCR :: Component :: FTP Service 1.16.7-M02

Copyright © 2016 eXo Platform SAS. All Rights Reserved.