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

All Superinterfaces:
CommonProps

public interface WriteFileConfigProps
extends CommonProps

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


Field Summary
static byte APPEND
          This is the Append configuration property.
static byte COMPRESS
          This is the Compress configuration property.
static byte CREATE_NON_EXISTING_DIRS
          This is the Create Non-Existing Directories configuration property.
static byte WRITE_AS
          This is the Write As configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

APPEND


static final byte APPEND
This is the Append configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

WRITE_AS


static final byte WRITE_AS
This is the Write As configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

CREATE_NON_EXISTING_DIRS


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

The type of this configuration property is boolean

See Also:
Constant Field Values

COMPRESS


static final byte COMPRESS
This is the Compress configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values


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