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
| Method Summary |
void |
parse()
Parse the output file |
void |
setFileToParse(java.lang.String fileName)
Set the file to be parsed |
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