Interface: OutputFile
Last update: 22.06.2026Package: com.phoenix_int.aserver.util.scriptwrapper.api
Interface Hierarchy
↳ com.phoenix_int.aserver.util.scriptwrapper.api.ParseableFile
↳ com.phoenix_int.aserver.util.scriptwrapper.api.OutputFile
All Superinterfaces:
All Known Implementing Classes:
@Deprecated in favor of OutputFile2
Declaration
@Deprecated
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
Method Summary
| Modifier and Type | Method and Description |
|---|---|
void |
parse()@Deprecated. Parse the output file |
void |
setFileToParse(java.lang.String fileName)@Deprecated. 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
@Deprecated. Parse the output file
Throws:
java.io.IOExceptioncom.phoenix_int.aserver.util.PHXInvalidFormatExceptionPHXNoSuchTokenExceptionjava.lang.IllegalAccessExceptionjava.lang.InstantiationExceptionPHXNumberFormatExceptionPHXBookmarkNotFoundExceptionPHXSectionNotFoundException
setFileToParse
void setFileToParse(java.lang.String fileName)
@Deprecated. Set the file to be parsed
Parameters:
fileName- file name