Class CmdStor
- java.lang.Object
-
- org.exoplatform.services.ftp.command.FtpCommandImpl
-
- 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 gavrik-vetal@ukr.net/mail.ru- 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
-
-
Constructor Summary
Constructors Constructor Description CmdStor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected javax.jcr.NodecreateNewFileNode(javax.jcr.Session curSession, String resName)protected javax.jcr.NodegetExistedFileNode(javax.jcr.Session curSession, String resName)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
-
getExistedFileNode
protected javax.jcr.Node getExistedFileNode(javax.jcr.Session curSession, String resName)
-
createNewFileNode
protected javax.jcr.Node createNewFileNode(javax.jcr.Session curSession, String resName)
-
-