com.phoenix_int.aserver.util.scriptwrapper.api
Interface OutputFile

All Superinterfaces:
ParseableFile
All Known Implementing Classes:
PHXRowFieldFile, XPathFile

public interface OutputFile
extends ParseableFile

Interface for output files (not file variables) used in script-wrappers


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.phoenix_int.aserver.util.scriptwrapper.api.ParseableFile
ParseableFile.Mode
 
Method Summary
 void parse()
          Parse the output file
 void setFileToParse(java.lang.String fileName)
          Set the file to be parsed
 
Methods inherited from interface com.phoenix_int.aserver.util.scriptwrapper.api.ParseableFile
backup, close, delete, readTemplate, setFileToGenerateOrParse, setTempEmbedded, setTemplateFile, setVariable
 

Method Detail

parse

void parse()
           throws java.io.IOException,
                  com.phoenix_int.aserver.util.PHXInvalidFormatException,
                  PHXNoSuchTokenException,
                  java.lang.IllegalAccessException,
                  java.lang.InstantiationException,
                  PHXNumberFormatException,
                  PHXBookmarkNotFoundException,
                  PHXSectionNotFoundException
Parse the output file

Throws:
java.io.IOException
com.phoenix_int.aserver.util.PHXInvalidFormatException
PHXNoSuchTokenException
java.lang.IllegalAccessException
java.lang.InstantiationException
PHXNumberFormatException
PHXBookmarkNotFoundException
PHXSectionNotFoundException

setFileToParse

void setFileToParse(java.lang.String fileName)
Set the file to be parsed

Parameters:
fileName - file name