org.exoplatform.services.ftp.command
Interface FtpCommand

All Superinterfaces:
org.apache.commons.chain.Command
All Known Implementing Classes:
CmdCdUp, CmdCwd, CmdDele, CmdHelp, CmdList, CmdMkd, CmdMode, CmdNLst, CmdNoop, CmdPass, CmdPasv, CmdPort, CmdPwd, CmdQuit, CmdRest, CmdRetr, CmdRmd, CmdRnFr, CmdRnTo, CmdSize, CmdStat, CmdStor, CmdStru, CmdSyst, CmdType, CmdUser, FtpCommandImpl

public interface FtpCommand
extends org.apache.commons.chain.Command

Created by The eXo Platform SAS Author : Vitaly Guly

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

Method Summary
 FtpClientSession clientSession()
           
 boolean execute(org.apache.commons.chain.Context context)
           
 void run(java.lang.String[] params)
           
 

Method Detail

execute

boolean execute(org.apache.commons.chain.Context context)
                throws java.lang.Exception
Specified by:
execute in interface org.apache.commons.chain.Command
Throws:
java.lang.Exception

run

void run(java.lang.String[] params)
         throws java.lang.Exception
Throws:
java.lang.Exception

clientSession

FtpClientSession clientSession()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.