Uses of Interface
org.exoplatform.services.ftp.listcode.FtpFileInfo
-
Packages that use FtpFileInfo Package Description org.exoplatform.services.ftp.command org.exoplatform.services.ftp.listcode -
-
Uses of FtpFileInfo in org.exoplatform.services.ftp.command
Methods in org.exoplatform.services.ftp.command that return types with arguments of type FtpFileInfo Modifier and Type Method Description ArrayList<FtpFileInfo>FtpCommandImpl. getFileList(String resPath) -
Uses of FtpFileInfo in org.exoplatform.services.ftp.listcode
Classes in org.exoplatform.services.ftp.listcode that implement FtpFileInfo Modifier and Type Class Description classFtpFileInfoImplCreated by The eXo Platform SAS Author : Vitaly Guly gavrik-vetal@ukr.net/mail.ruMethods in org.exoplatform.services.ftp.listcode with parameters of type FtpFileInfo Modifier and Type Method Description StringFtpSystemCoder. serializeFileInfo(FtpFileInfo fileInfo)StringFtpUnixL8Coder. serializeFileInfo(FtpFileInfo fileInfo)StringFtpWindowsNTCoder. serializeFileInfo(FtpFileInfo fileInfo)
-