org.exoplatform.frameworks.ftpclient.commands
Class CmdList
java.lang.Object
org.exoplatform.frameworks.ftpclient.commands.FtpCommandImpl
org.exoplatform.frameworks.ftpclient.commands.CmdList
- All Implemented Interfaces:
- FtpCommand
public class CmdList
- extends FtpCommandImpl
Created by The eXo Platform SAS .
- Version:
- $Id: CmdList.java 35179 2009-08-07 13:58:20Z pnedonosko $
- Author:
- Vitaly Guly
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
path
protected java.lang.String path
fileData
protected byte[] fileData
files
protected java.util.ArrayList<FtpFileInfo> files
CmdList
public CmdList()
CmdList
public CmdList(java.lang.String path)
getFileData
public byte[] getFileData()
getFiles
public java.util.ArrayList<FtpFileInfo> getFiles()
execute
public int execute()
- Specified by:
execute in interface FtpCommand- Specified by:
execute in class FtpCommandImpl
Copyright © 2010 eXo Platform SAS. All Rights Reserved.