Class CmdNlst
- java.lang.Object
-
- org.exoplatform.frameworks.ftpclient.commands.FtpCommandImpl
-
- org.exoplatform.frameworks.ftpclient.commands.CmdNlst
-
- All Implemented Interfaces:
FtpCommand
public class CmdNlst extends FtpCommandImpl
Created by The eXo Platform SAS .- Version:
- $Id: $
- Author:
- Vitaly Guly
-
-
Field Summary
Fields Modifier and Type Field Description protected ArrayList<String>namesprotected Stringpath-
Fields inherited from class org.exoplatform.frameworks.ftpclient.commands.FtpCommandImpl
clientSession, descript, replyCode
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intexecute()ArrayList<String>getNames()-
Methods inherited from class org.exoplatform.frameworks.ftpclient.commands.FtpCommandImpl
getDescription, getReply, readLine, run, sendCommand
-
-
-
-
Constructor Detail
-
CmdNlst
public CmdNlst()
-
CmdNlst
public CmdNlst(String path)
-
-
Method Detail
-
execute
public int execute()
- Specified by:
executein interfaceFtpCommand- Specified by:
executein classFtpCommandImpl
-
-