|
|
XGFile.h |
This header describes the interface of an object which represents a file managed by a remote Xgrid controller.
Instances of XGFile can be used to initialize XGFileDownload objects.
This class is an immutable, inactive representation of a file associated with a job managed by an Xgrid controller. Instances of this class are obtained by performing a "get output" type of action on a resource and retrieving the files from the results dictionary of the action monitor.
XGFileStandardErrorPath |
extern NSString * const XGFileStandardErrorPath;
The standard error stream has this path.
XGFileStandardOutputPath |
extern NSString * const XGFileStandardOutputPath;
The standard output stream has this path.
XGFileType |
typedef enum { XGFileTypeNone = 0, XGFileTypeRegular, XGFileTypeStream } XGFileType;
XGFileTypeNoneNo file type.
XGFileTypeRegularThe file is regular.
XGFileTypeStreamThe file is a stream.
The type of file.
Last Updated: 2009-08-12