eXo JCR :: Framework :: FTP Client 1.15.14-CP01

org.exoplatform.frameworks.ftpclient.commands
Class CmdList

java.lang.Object
  extended by org.exoplatform.frameworks.ftpclient.commands.FtpCommandImpl
      extended by org.exoplatform.frameworks.ftpclient.commands.CmdList
All Implemented Interfaces:
FtpCommand

public class CmdList
extends FtpCommandImpl

Created by The eXo Platform SAS .

Version:
$Id: $
Author:
Vitaly Guly

Field Summary
protected  byte[] fileData
           
protected  ArrayList<FtpFileInfo> files
           
protected  String path
           
 
Fields inherited from class org.exoplatform.frameworks.ftpclient.commands.FtpCommandImpl
clientSession, descript, replyCode
 
Constructor Summary
CmdList()
           
CmdList(String path)
           
 
Method Summary
 int execute()
           
 byte[] getFileData()
           
 ArrayList<FtpFileInfo> getFiles()
           
 
Methods inherited from class org.exoplatform.frameworks.ftpclient.commands.FtpCommandImpl
getDescription, getReply, readLine, run, sendCommand
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

protected String path

fileData

protected byte[] fileData

files

protected ArrayList<FtpFileInfo> files
Constructor Detail

CmdList

public CmdList()

CmdList

public CmdList(String path)
Method Detail

getFileData

public byte[] getFileData()

getFiles

public ArrayList<FtpFileInfo> getFiles()

execute

public int execute()
Specified by:
execute in interface FtpCommand
Specified by:
execute in class FtpCommandImpl

eXo JCR :: Framework :: FTP Client 1.15.14-CP01

Copyright © 2015 eXo Platform SAS. All Rights Reserved.