Class CmdSize
java.lang.Object
org.exoplatform.frameworks.ftpclient.commands.FtpCommandImpl
org.exoplatform.frameworks.ftpclient.commands.CmdSize
- All Implemented Interfaces:
FtpCommand
Created by The eXo Platform SAS .
- Version:
- $Id: $
- Author:
- Vitaly Guly
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic org.exoplatform.services.log.Logprotected Stringprotected intFields inherited from class org.exoplatform.frameworks.ftpclient.commands.FtpCommandImpl
clientSession, descript, replyCode -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.exoplatform.frameworks.ftpclient.commands.FtpCommandImpl
getDescription, getReply, readLine, run, sendCommand
-
Field Details
-
log
public static org.exoplatform.services.log.Log log -
path
-
size
protected int size
-
-
Constructor Details
-
CmdSize
-
-
Method Details
-
getSize
public int getSize() -
execute
public int execute()- Specified by:
executein interfaceFtpCommand- Specified by:
executein classFtpCommandImpl
-