com.tibco.bw.plugin.config.ftp
Interface FTPGetConfigProps

All Superinterfaces:
CommonProps, FTPActivitiesCommonConfigProps

public interface FTPGetConfigProps
extends FTPActivitiesCommonConfigProps

The set of all configuration properties of the FTP Get Activity.


Field Summary
static byte BINARY
          This is the Binary configuration property.
static byte MAINTAIN_2_0_COMPATIBILITY
          This is the Maintain 2.0 Compatibility configuration property.
static byte OVERWRITE_EXISITING_FILE
          This is the Overwrite Exisiting File configuration property.
static byte USE_PROCESS_DATA
          This is the Use Process Data configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.ftp.FTPActivitiesCommonConfigProps
FTP_CONNECTION, FTP_QUIT
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

USE_PROCESS_DATA


static final byte USE_PROCESS_DATA
This is the Use Process Data configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

BINARY


static final byte BINARY
This is the Binary configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

OVERWRITE_EXISITING_FILE


static final byte OVERWRITE_EXISITING_FILE
This is the Overwrite Exisiting File configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

MAINTAIN_2_0_COMPATIBILITY


static final byte MAINTAIN_2_0_COMPATIBILITY
This is the Maintain 2.0 Compatibility configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values


Copyright @ 2010, TIBCO Softwares (Inc). All right reserved