public class

WriteConfig

extends Object
java.lang.Object
   ↳ org.mule.modules.ftps.config.WriteConfig

Summary

Fields
private String fileName
private String filePath
private FTPSClient ftps
private String uploadTmpDir
Public Constructors
WriteConfig(FTPSClient ftps, String fileName, String filePath, String uploadTmpDir)
Public Methods
String getFileName()
String getFilePath()
FTPSClient getFtps()
String getUploadTmpDir()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private String fileName

private String filePath

private FTPSClient ftps

private String uploadTmpDir

Public Constructors

public WriteConfig (FTPSClient ftps, String fileName, String filePath, String uploadTmpDir)

Parameters
ftps
fileName
filePath
uploadTmpDir

Public Methods

public String getFileName ()

Returns
  • the fileName

public String getFilePath ()

Returns
  • the filePath

public FTPSClient getFtps ()

Returns
  • the ftps

public String getUploadTmpDir ()

Returns
  • the uploadTmpDir