Interface: InputFile
Last update: 16.07.2025Package: com.phoenix_int.aserver.util.scriptwrapper.api
All Superinterfaces
All Known Implementing Classes
Declaration
public interface InputFile
extends ParseableFile
Interface for input files (not file variables) used in script-wrappers
See Also:
ParseableFile- Base interface for parseable filesOutputFile,OutputFile2- Related output file interfacesPHXScriptWrapperObject- Script wrapper object that uses input files
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 |
generate()Generate the input file |
void |
setFileToGenerate(java.lang.String fileName)Set the file to be generated |
Methods inherited from interface ParseableFile
backup, close, delete, readTemplate, setFileToGenerateOrParse, setTempEmbedded, setTemplateFile, setVariable
Method Detail
generate
void generate()
throws java.io.IOException,
com.phoenix_int.aserver.util.PHXInvalidFormatException,
PHXNoSuchTokenException,
java.lang.IllegalAccessException,
java.lang.InstantiationException,
PHXNumberFormatException,
PHXBookmarkNotFoundException,
PHXSectionNotFoundException
Generate the input file
Throws:
java.io.IOExceptioncom.phoenix_int.aserver.util.PHXInvalidFormatExceptionPHXNoSuchTokenExceptionjava.lang.IllegalAccessExceptionjava.lang.InstantiationExceptionPHXNumberFormatExceptionPHXBookmarkNotFoundExceptionPHXSectionNotFoundException
See Also:
PHXRowFieldFile.generate()- Implementation in PHXRowFieldFileXPathFile.generate()- Implementation in XPathFilePHXBookmark- Related bookmark functionalityPHXSection- Related section functionality
setFileToGenerate
void setFileToGenerate(java.lang.String fileName)
Set the file to be generated
Parameters:
fileName- file name
See Also:
PHXRowFieldFile.setFileToGenerate(String)- Implementation in PHXRowFieldFileXPathFile.setFileToGenerate(String)- Implementation in XPathFile