org.exoplatform.services.ftp.command
Class CmdCwd

java.lang.Object
  extended by org.exoplatform.services.ftp.command.FtpCommandImpl
      extended by org.exoplatform.services.ftp.command.CmdCwd
All Implemented Interfaces:
org.apache.commons.chain.Command, FtpCommand

public class CmdCwd
extends FtpCommandImpl

Created by The eXo Platform SAS Author : Vitaly Guly

Version:
$Id: CmdCwd.java 35180 2009-08-07 14:04:22Z pnedonosko $

Field Summary
 
Fields inherited from class org.exoplatform.services.ftp.command.FtpCommandImpl
commandName, isNeedLogin, localClientSession
 
Constructor Summary
CmdCwd()
           
 
Method Summary
 void run(java.lang.String[] params)
           
 
Methods inherited from class org.exoplatform.services.ftp.command.FtpCommandImpl
clientSession, execute, getFileList, removeResource, reply, SendFileList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmdCwd

public CmdCwd()
Method Detail

run

public void run(java.lang.String[] params)
         throws java.io.IOException
Specified by:
run in interface FtpCommand
Specified by:
run in class FtpCommandImpl
Throws:
java.io.IOException


Copyright © 2011 eXo Platform SAS. All Rights Reserved.