Class CmdCdUp
- java.lang.Object
-
- org.exoplatform.services.ftp.command.FtpCommandImpl
-
- org.exoplatform.services.ftp.command.CmdCdUp
-
- All Implemented Interfaces:
org.apache.commons.chain.Command,FtpCommand
public class CmdCdUp extends FtpCommandImpl
Created by The eXo Platform SAS Author : Vitaly Guly gavrik-vetal@ukr.net/mail.ru- Version:
- $Id: $
-
-
Field Summary
-
Fields inherited from class org.exoplatform.services.ftp.command.FtpCommandImpl
commandName, isNeedLogin, localClientSession
-
-
Constructor Summary
Constructors Constructor Description CmdCdUp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun(String[] params)-
Methods inherited from class org.exoplatform.services.ftp.command.FtpCommandImpl
clientSession, execute, getFileList, removeResource, reply, SendFileList
-
-
-
-
Method Detail
-
run
public void run(String[] params) throws IOException
- Specified by:
runin interfaceFtpCommand- Specified by:
runin classFtpCommandImpl- Throws:
IOException
-
-