eXo JCR :: Component :: FTP Service 1.16.0-GA

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: $

Field Summary
 
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE
 
Method Summary
 FtpClientSession clientSession()
           
 boolean execute(org.apache.commons.chain.Context context)
           
 void run(String[] params)
           
 

Method Detail

execute

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

run

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

clientSession

FtpClientSession clientSession()

eXo JCR :: Component :: FTP Service 1.16.0-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.