public class

ReadConfig

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

Summary

Fields
private B2BProvider b2b
private FTPSClient client
private String filePath
private FTPFileFilter filter
private Integer maxConcurrentReads
private String moveToDir
Public Constructors
ReadConfig(FTPSClient ftps, String filePath, FTPFileFilter filter, String moveToDir, Integer maxConcurrentReads, B2BProvider b2b)
Public Methods
B2BProvider getB2b()
FTPSClient getClient()
String getFilePath()
FTPFileFilter getFilter()
Integer getMaxConcurrentReads()
String getMoveToDir()
void setB2b(B2BProvider b2b)
void setClient(FTPSClient client)
void setFilePath(String filePath)
void setFilter(FTPFileFilter filter)
void setMaxConcurrentReads(Integer maxConcurrentReads)
void setMoveToDir(String moveToDir)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private B2BProvider b2b

private FTPSClient client

private String filePath

private FTPFileFilter filter

private Integer maxConcurrentReads

private String moveToDir

Public Constructors

public ReadConfig (FTPSClient ftps, String filePath, FTPFileFilter filter, String moveToDir, Integer maxConcurrentReads, B2BProvider b2b)

Parameters
ftps
filePath
filter
moveToDir
maxConcurrentReads
b2b

Public Methods

public B2BProvider getB2b ()

Returns
  • the b2b

public FTPSClient getClient ()

Returns
  • the client

public String getFilePath ()

Returns
  • the filePath

public FTPFileFilter getFilter ()

Returns
  • the filter

public Integer getMaxConcurrentReads ()

Returns
  • the maxConcurrentReads

public String getMoveToDir ()

Returns
  • the moveToDir

public void setB2b (B2BProvider b2b)

Parameters
b2b The b2b to set

public void setClient (FTPSClient client)

Parameters
client The client to set

public void setFilePath (String filePath)

Parameters
filePath The filePath to set

public void setFilter (FTPFileFilter filter)

Parameters
filter The filter to set

public void setMaxConcurrentReads (Integer maxConcurrentReads)

Parameters
maxConcurrentReads The maxConcurrentReads to set

public void setMoveToDir (String moveToDir)

Parameters
moveToDir The moveToDir to set