Package | Description |
---|---|
org.safs.staf.service.input |
Modifier and Type | Class and Description |
---|---|
class |
SAFSTextFile
Copyright 2003 SAS Institute
GNU General Public License (GPL) http://www.opensource.org/licenses/gpl-license.php
|
Modifier and Type | Method and Description |
---|---|
protected SAFSFile |
SAFSFileReader.getParsedDataTextFile(com.ibm.staf.STAFResult result,
int handle,
java.lang.String fileid,
com.ibm.staf.service.STAFCommandParseResult parsedData) |
protected SAFSFile |
SAFSTextFileReader.openFile(java.lang.String machine,
java.lang.String process,
int handle,
java.lang.String fileid,
java.io.File file,
com.ibm.staf.service.STAFCommandParseResult parsedData)
Overrides the superclass function to instantiate SAFSTextFiles instead.
|
protected SAFSFile |
SAFSFileReader.openFile(java.lang.String machine,
java.lang.String process,
int handle,
java.lang.String fileid,
java.io.File file,
com.ibm.staf.service.STAFCommandParseResult parsedData)
A subclass must override this function to instantiate its own file type.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
SAFSTextFileReader.getQUERYInfo(SAFSFile textfile,
com.ibm.staf.service.STAFCommandParseResult parsedData,
java.lang.String info)
Handle the new QUERY options we have added for this service.
|
protected java.lang.String |
SAFSFileReader.getQUERYInfo(SAFSFile textfile,
com.ibm.staf.service.STAFCommandParseResult parsedData,
java.lang.String info)
Handle any added QUERY options here.
|
protected java.lang.String |
SAFSFileReader.getSTATUSInfo(SAFSFile textfile,
java.lang.String info)
Provide STATUS information for the QUERY STATUS command.
|
Copyright © SAS Institute. All Rights Reserved.