public class

ReadConfig

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

Summary

Fields
private B2BProvider b2b
private ClientConfig clientConfig
private String filePath
private FTPFileFilter filter
private Integer maxConcurrentReads
private String moveToDir
private boolean streaming
Public Constructors
ReadConfig(ClientConfig clientConfig, String filePath, FTPFileFilter filter, String moveToDir, Integer maxConcurrentReads, B2BProvider b2b, boolean streaming)
Public Methods
B2BProvider getB2b()
ClientConfig getClientConfig()
String getFilePath()
FTPFileFilter getFilter()
Integer getMaxConcurrentReads()
String getMoveToDir()
boolean isStreaming()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private B2BProvider b2b

private ClientConfig clientConfig

private String filePath

private FTPFileFilter filter

private Integer maxConcurrentReads

private String moveToDir

private boolean streaming

Public Constructors

public ReadConfig (ClientConfig clientConfig, String filePath, FTPFileFilter filter, String moveToDir, Integer maxConcurrentReads, B2BProvider b2b, boolean streaming)

Parameters
clientConfig
filePath
filter
moveToDir
maxConcurrentReads
b2b
streaming

Public Methods

public B2BProvider getB2b ()

Returns
  • the b2b

public ClientConfig getClientConfig ()

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 boolean isStreaming ()