OutputRedirect
This type is a class for model objects.
Configuration for directing standard output ("stdout") and standard error ("stderr") streams to specified files.
Package: processexec
Classifier ID: -1
Instance class name: * Unspecified *
Instance class: * Unspecified *
Reference attributes having this type:
ProcessDef.ioRedirect
Attributes Summary |
stdinFilename : EString |
The file from which the standard input stream will be read.
|
stdoutFilename : EString |
The file to which the standard output stream will be directed. The file name can include a symbolic path name defined in the path map entries. Click "View..." to view the contents of the stdout file.
|
stderrFilename : EString |
The file to which the standard error stream will be directed. The file name can include a symbolic path name defined in the path map entries. Click "View..." to view the contents of the stderr file.
|
stdinFilename - The file from which the standard input stream will be read.
Data Type: EString
Default value: unspecified
Required: false
Changeable: true
Unsettable: false
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
stdoutFilename - The file to which the standard output stream will be directed. The file name can include a symbolic path name defined in the path map entries. Click "View..." to view the contents of the stdout file.
Data Type: EString
Default value: unspecified
Required: false
Changeable: true
Unsettable: false
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
stderrFilename - The file to which the standard error stream will be directed. The file name can include a symbolic path name defined in the path map entries. Click "View..." to view the contents of the stderr file.
Data Type: EString
Default value: unspecified
Required: false
Changeable: true
Unsettable: false
Many: false
Ordered: true
Lower bound: 0
Upper bound: 1
Unique: true
Derived: false
Transient: false
Volatile: false
(C) COPYRIGHT International Business Machines Corp. 1996-2006