com.tibco.bw.plugin.config.file
Interface CopyFileConfigProps

All Superinterfaces:
CommonProps
All Known Subinterfaces:
RenameFileConfigProps

public interface CopyFileConfigProps
extends CommonProps

The set of all configuration properties of the Copy File Activity.


Field Summary
static byte CREATE_DESTINATION_DIRECTORY
          This is the Create Destination Directory configuration property.
static byte INCLUDE_SUB_DIRS
          This is the Include Sub-Directories configuration property.
static byte OVERWRITE
          This is the Overwrite configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

OVERWRITE


static final byte OVERWRITE
This is the Overwrite configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

CREATE_DESTINATION_DIRECTORY


static final byte CREATE_DESTINATION_DIRECTORY
This is the Create Destination Directory configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

INCLUDE_SUB_DIRS


static final byte INCLUDE_SUB_DIRS
This is the Include Sub-Directories configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values


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