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

org.exoplatform.services.ftp.command
Class CmdStor

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

public class CmdStor
extends FtpCommandImpl

Created by The eXo Platform SAS Author : Vitaly Guly

Version:
$Id: CmdStor.java 34445 2009-07-24 07:51:18Z dkatayev $

Field Summary
 
Fields inherited from class org.exoplatform.services.ftp.command.FtpCommandImpl
commandName, isNeedLogin, localClientSession
 
Fields inherited from interface org.apache.commons.chain.Command
CONTINUE_PROCESSING, PROCESSING_COMPLETE
 
Constructor Summary
CmdStor()
           
 
Method Summary
protected  javax.jcr.Node createNewFileNode(javax.jcr.Session curSession, String resName)
           
protected  javax.jcr.Node getExistedFileNode(javax.jcr.Session curSession, String resName)
           
 void run(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

CmdStor

public CmdStor()
Method Detail

run

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

getExistedFileNode

protected javax.jcr.Node getExistedFileNode(javax.jcr.Session curSession,
                                            String resName)

createNewFileNode

protected javax.jcr.Node createNewFileNode(javax.jcr.Session curSession,
                                           String resName)

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

Copyright © 2013 eXo Platform SAS. All Rights Reserved.