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

All Superinterfaces:
CommonProps

public interface CreateFileConfigProps
extends CommonProps

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


Field Summary
static byte CREATE_NON_EXISTENT_DIRECTORY
          This is the Create Non-Existing Directories configuration property.
static byte IS_DIRECTORY
          This is the Is A Directory 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

IS_DIRECTORY


static final byte IS_DIRECTORY
This is the Is A Directory configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

CREATE_NON_EXISTENT_DIRECTORY


static final byte CREATE_NON_EXISTENT_DIRECTORY
This is the Create Non-Existing Directories configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values


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