Class CmdPwd
- java.lang.Object
-
- org.exoplatform.frameworks.ftpclient.commands.FtpCommandImpl
-
- org.exoplatform.frameworks.ftpclient.commands.CmdPwd
-
- All Implemented Interfaces:
FtpCommand
public class CmdPwd extends FtpCommandImpl
Created by The eXo Platform SAS .- Version:
- $Id: $
- Author:
- Vitaly Guly
-
-
Field Summary
-
Fields inherited from class org.exoplatform.frameworks.ftpclient.commands.FtpCommandImpl
clientSession, descript, replyCode
-
-
Constructor Summary
Constructors Constructor Description CmdPwd()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intexecute()StringgetCurrentPath()-
Methods inherited from class org.exoplatform.frameworks.ftpclient.commands.FtpCommandImpl
getDescription, getReply, readLine, run, sendCommand
-
-
-
-
Method Detail
-
execute
public int execute()
- Specified by:
executein interfaceFtpCommand- Specified by:
executein classFtpCommandImpl
-
getCurrentPath
public String getCurrentPath()
-
-